diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 05:31:14 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 05:31:14 +0000 |
commit | 8b0311aff72bd14293fa31cae7c225809fc565bb (patch) | |
tree | f1392c332c051aee0f437970aca0999211a519da /chrome/common/chrome_switches.cc | |
parent | 65f5ef4785c30ad960c8bc194d6d61f3e553e935 (diff) | |
download | chromium_src-8b0311aff72bd14293fa31cae7c225809fc565bb.zip chromium_src-8b0311aff72bd14293fa31cae7c225809fc565bb.tar.gz chromium_src-8b0311aff72bd14293fa31cae7c225809fc565bb.tar.bz2 |
Enable HTML5 DBs by default (except in incognito mode).
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/397001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31999 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 30a598f..f0f1442 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"; |