summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 18:45:01 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 18:45:01 +0000
commit5cf1836317c0780da460220853b099bbd5088deb (patch)
treef1414ece6a62e23b021af5141840960aefd77082 /chrome/common/chrome_switches.cc
parente3d4ae1388e46587b701709519906317cc3d00d2 (diff)
downloadchromium_src-5cf1836317c0780da460220853b099bbd5088deb.zip
chromium_src-5cf1836317c0780da460220853b099bbd5088deb.tar.gz
chromium_src-5cf1836317c0780da460220853b099bbd5088deb.tar.bz2
Turn LocalStorage on by default.
TEST=none BUG=4360 Review URL: http://codereview.chromium.org/366032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 31e93fd..ef26499 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -188,8 +188,8 @@ const char kEnableFastback[] = "enable-fastback";
// testing, for example page cycler and layout tests. See bug 1157243.
const char kEnableFileCookies[] = "enable-file-cookies";
-// Enable local storage. Still buggy.
-const char kEnableLocalStorage[] = "enable-local-storage";
+// Disable LocalStorage.
+const char kDisableLocalStorage[] = "disable-local-storage";
// Force logging to be enabled. Logging is disabled by default in release
// builds.