From 5ddd979381b47b4d9d5bde0b0863ac7a311a3212 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 28 Feb 2014 22:12:58 -0800 Subject: [PATCH] Backout cset f1c86ed4ccfa (bug 977455), a=bustage --- b2g/app/b2g.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index ee262519c76..20d75e6ce2c 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -186,8 +186,7 @@ pref("privacy.item.siteSettings", true); pref("privacy.item.syncAccount", true); // base url for the wifi geolocation network provider -pref("geo.provider.use_mls", false); -pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); +pref("geo.wifi.uri", "https://maps.googleapis.com/maps/api/browserlocation/json"); // enable geo pref("geo.enabled", true);