Bug 1346172 - Fix Geolocation prefs. r?sylvestre draft
authorMichelangelo De Simone <mdesimone@mozilla.com>
Mon, 13 Mar 2017 10:31:27 -0700
changeset 497695 611717e299a38b802718c30e3f914c230c2226df
parent 497654 7b19a63862252ffb89bfe1ba79724e76e20fb6f4
child 548949 ea4869c4fe8390baeaae54f0b754d3e131b1f6cd
push id48965
push userbmo:mdesimone@mozilla.com
push dateMon, 13 Mar 2017 17:32:40 +0000
reviewerssylvestre
bugs1346172
milestone55.0a1
Bug 1346172 - Fix Geolocation prefs. r?sylvestre MozReview-Commit-ID: D2P9GaV6OWS
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1246,20 +1246,20 @@ pref("plain_text.wrap_long_lines", true)
 
 // If this turns true, Moz*Gesture events are not called stopPropagation()
 // before content.
 pref("dom.debug.propagate_gesture_events_through_content", false);
 
 // All the Geolocation preferences are here.
 //
 
-// Geolocation preferences for the RELEASE channel.
+// Geolocation preferences for the RELEASE and "later" Beta channels.
 // Some of these prefs are specified even though they are redundant; they are
 // here for clarity and end-user experiments.
-#ifdef RELEASE
+#ifndef EARLY_BETA_OR_EARLIER
 pref("geo.wifi.uri", "https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_API_KEY%");
 
 #ifdef XP_MACOSX
 pref("geo.provider.use_corelocation", false);
 #endif
 
 #ifdef XP_WIN
 pref("geo.provider.ms-windows-location", false);