diff options
author | vsevik@chromium.org <vsevik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-27 19:37:36 +0000 |
---|---|---|
committer | vsevik@chromium.org <vsevik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-27 19:37:36 +0000 |
commit | 9d0f20307e9d9aac09a3eb2f87cecc92c67e9476 (patch) | |
tree | 6226bd6af8ad1871174ac4422e37ae9a11b15edf /chrome/common/chrome_switches.cc | |
parent | f4856f1766103bcdf8b2625a4cf606b710bae9c2 (diff) | |
download | chromium_src-9d0f20307e9d9aac09a3eb2f87cecc92c67e9476.zip chromium_src-9d0f20307e9d9aac09a3eb2f87cecc92c67e9476.tar.gz chromium_src-9d0f20307e9d9aac09a3eb2f87cecc92c67e9476.tar.bz2 |
Added command line flag for enabling DevTools experiments.
BUG=108691
Review URL: http://codereview.chromium.org/9047004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index f9a8cd6..377b1f6 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -473,6 +473,9 @@ const char kEnableCRLSets[] = "enable-crl-sets"; // Enables web developers to create apps for Chrome without using crx packages. const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps"; +// If true devtools experimental settings are enabled. +const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; + // Enables extension APIs that are in development. const char kEnableExperimentalExtensionApis[] = "enable-experimental-extension-apis"; |