| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 307cfb42564abc4bf1c938060a5e96a1053ac1c8..9b8a9072bdcf94bda5a892861063c80da816ed14 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -393,6 +393,9 @@ const char kEnableContentPrefetch[] = "enable-content-prefetch";
|
| // Enables the cookie prompt.
|
| const char kEnableCookiePrompt[] = "enable-cookie-prompt";
|
|
|
| +// Enable CoreLocation geoposition data provider
|
| +const char kEnableCoreLocation[] = "enable-core-location";
|
| +
|
| // Enables device motion events.
|
| const char kEnableDeviceMotion[] = "enable-device-motion";
|
|
|
|
|