diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 22:42:53 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 22:42:53 +0000 |
commit | 90a7ad5203fea92a68b6ac3b18f09b67a48192d5 (patch) | |
tree | 1fbb79a19db899900b998cfdc8a0688d43411ea6 /chrome/common/chrome_switches.cc | |
parent | e7b8d832105e18bfc3789d0a0c5124a34876022c (diff) | |
download | chromium_src-90a7ad5203fea92a68b6ac3b18f09b67a48192d5.zip chromium_src-90a7ad5203fea92a68b6ac3b18f09b67a48192d5.tar.gz chromium_src-90a7ad5203fea92a68b6ac3b18f09b67a48192d5.tar.bz2 |
Turn on HTML5 DBs by default.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/414048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32698 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 f372542..9230067 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -75,6 +75,9 @@ 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"; @@ -171,9 +174,6 @@ 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"; |