Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4350)

Unified Diff: chrome/common/chrome_switches.cc

Issue 3092015: Add CoreLocation support to Chrome (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Final rearrangements and merge with trunk Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698