summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 09:09:14 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 09:09:14 +0000
commit84d231e748ee933e7a26d683a01d328d6a76a061 (patch)
tree9d16c0a48a7fb1a132e89b3470ad209ec0b44355 /chrome/common/chrome_switches.h
parent74f0c4d29b271edfcd97e6bbe4417cc0ef139c30 (diff)
downloadchromium_src-84d231e748ee933e7a26d683a01d328d6a76a061.zip
chromium_src-84d231e748ee933e7a26d683a01d328d6a76a061.tar.gz
chromium_src-84d231e748ee933e7a26d683a01d328d6a76a061.tar.bz2
DevTools: enable out of process dev tools by default.
Review URL: http://codereview.chromium.org/115231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index bdd8e5b..83682d0 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -151,7 +151,7 @@ extern const wchar_t kNewFtp[];
extern const wchar_t kIPCUseFIFO[];
-extern const wchar_t kEnableOutOfProcessDevTools[];
+extern const wchar_t kDisableOutOfProcessDevTools[];
extern const wchar_t kEnableWebWorkers[];
extern const wchar_t kWebWorkerProcessPerCore[];