diff options
Diffstat (limited to 'chrome/browser/geolocation/win7_location_api_win.cc')
-rw-r--r-- | chrome/browser/geolocation/win7_location_api_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/win7_location_api_win.cc b/chrome/browser/geolocation/win7_location_api_win.cc index 18bda1b..7b6c3ca 100644 --- a/chrome/browser/geolocation/win7_location_api_win.cc +++ b/chrome/browser/geolocation/win7_location_api_win.cc @@ -42,7 +42,7 @@ Win7LocationApi::~Win7LocationApi() { Win7LocationApi* Win7LocationApi::Create() { if (!CommandLine::ForCurrentProcess() - ->HasSwitch(switches::kEnableWin7Location)) + ->HasSwitch(switches::kExperimentalLocationFeatures)) return NULL; // Load probsys.dll string16 lib_needed = L"propsys.dll"; |