summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-10 17:58:25 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-10 17:58:25 +0000
commit3618b6a1c9d8b9925af4988587b2c3e77055ae39 (patch)
tree7eef0e6742bcfaa15f64627664b3cca0bc86135d /chrome/common/chrome_switches.cc
parentd424035d8ab786a0f3671baeda7a362811f8d441 (diff)
downloadchromium_src-3618b6a1c9d8b9925af4988587b2c3e77055ae39.zip
chromium_src-3618b6a1c9d8b9925af4988587b2c3e77055ae39.tar.gz
chromium_src-3618b6a1c9d8b9925af4988587b2c3e77055ae39.tar.bz2
Add command line flag and associated prefs to allow run-time enable of geolocaiton features.
Once this is landed we can enable GEOLOCATION in WebKit at build time, allowing proper tests to be written that utilize this flag. BUG=29182 TEST=Manually enabled GEOLOCATION in WebKit and passed the command line flag. Review URL: http://codereview.chromium.org/460020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34257 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f64b451..a1a15b3 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -201,6 +201,9 @@ const char kEnableFastback[] = "enable-fastback";
// testing, for example page cycler and layout tests. See bug 1157243.
const char kEnableFileCookies[] = "enable-file-cookies";
+// Enable Geolocation support.
+const char kEnableGeolocation[] = "enable-geolocation";
+
// Disable LocalStorage.
const char kDisableLocalStorage[] = "disable-local-storage";