diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 09:09:14 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 09:09:14 +0000 |
commit | 84d231e748ee933e7a26d683a01d328d6a76a061 (patch) | |
tree | 9d16c0a48a7fb1a132e89b3470ad209ec0b44355 /chrome/common/chrome_switches.h | |
parent | 74f0c4d29b271edfcd97e6bbe4417cc0ef139c30 (diff) | |
download | chromium_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.h | 2 |
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[]; |