diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 18:25:17 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 18:25:17 +0000 |
commit | c624507dbe5892007a3963be18b524c4b9cf1bea (patch) | |
tree | 2291f5d07c3f8cca0fb12b699c7e9217bea19378 /chrome/common/chrome_switches.h | |
parent | cd9694081920898abccbf9e5dcf8624ad8223c63 (diff) | |
download | chromium_src-c624507dbe5892007a3963be18b524c4b9cf1bea.zip chromium_src-c624507dbe5892007a3963be18b524c4b9cf1bea.tar.gz chromium_src-c624507dbe5892007a3963be18b524c4b9cf1bea.tar.bz2 |
Reverting 15843: chrome performance regression.
Review URL: http://codereview.chromium.org/113284
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15879 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 e1d0243..f5228121 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -155,7 +155,7 @@ extern const wchar_t kNewFtp[]; extern const wchar_t kIPCUseFIFO[]; -extern const wchar_t kDisableOutOfProcessDevTools[]; +extern const wchar_t kEnableOutOfProcessDevTools[]; extern const wchar_t kEnableWebWorkers[]; extern const wchar_t kWebWorkerProcessPerCore[]; |