diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 06:37:19 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 06:37:19 +0000 |
commit | 33cb70a2617d1e8f3ecbcd38717e0df62d99379d (patch) | |
tree | be97db6213756d780e12ca8c7c6640cce94eb5b1 /chrome/common/chrome_switches.cc | |
parent | d21b78b5aaaa1b022eda95c4e2beb52ef3250f66 (diff) | |
download | chromium_src-33cb70a2617d1e8f3ecbcd38717e0df62d99379d.zip chromium_src-33cb70a2617d1e8f3ecbcd38717e0df62d99379d.tar.gz chromium_src-33cb70a2617d1e8f3ecbcd38717e0df62d99379d.tar.bz2 |
Revert 31999 - Enable HTML5 DBs by default (except in incognito mode).
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/397001
TBR=michael@chromium.org
Review URL: http://codereview.chromium.org/397004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index f0f1442..30a598f 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -75,9 +75,6 @@ const char kDisableByteRangeSupport[] = "disable-byte-range-support"; // Disables the custom JumpList on Windows 7. const char kDisableCustomJumpList[] = "disable-custom-jumplist"; -// Disables HTML5 DB support. -const char kDisableDatabases[] = "disable-databases"; - // Disables desktop notifications (default enabled on windows). const char kDisableDesktopNotifications[] = "disable-desktop-notifications"; @@ -174,6 +171,9 @@ const char kEnableApplicationCache[] = "enable-application-cache"; // Enables the benchmarking extensions. const char kEnableBenchmarking[] = "enable-benchmarking"; +// Enables HTML5 DB support. +const char kEnableDatabases[] = "enable-databases"; + // Enables extension APIs that are in development. const char kEnableExperimentalExtensionApis[] = "enable-experimental-extension-apis"; |