Bug 1216662: Switch back to MLS, the switch to GLS is on hold. r=hannosch

This commit is contained in:
Garvan Keeley 2015-10-20 14:29:59 -04:00
parent 06d7c103e1
commit 330f9e4612

View File

@ -1446,11 +1446,19 @@ pref("plain_text.wrap_long_lines", true);
pref("dom.debug.propagate_gesture_events_through_content", false);
// The request URL of the GeoLocation backend.
#ifdef RELEASE_BUILD
pref("geo.wifi.uri", "https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_API_KEY%");
#else
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
#endif
#ifdef XP_MACOSX
#ifdef RELEASE_BUILD
pref("geo.provider.use_corelocation", false);
#else
pref("geo.provider.use_corelocation", true);
#endif
#endif
#ifdef XP_WIN
pref("geo.provider.ms-windows-location", false);