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.cc | |
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.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 3e1a7d1..3954f77 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -411,9 +411,9 @@ const wchar_t kNewFtp[] = L"new-ftp"; // can connect to a channel, provided it knows its name. For debugging purposes. const wchar_t kIPCUseFIFO[] = L"ipc-use-fifo"; -// If this flag is set open old 'in process' WebInspector window instead of -// new 'out of process' dev tool window. -const wchar_t kDisableOutOfProcessDevTools[] = L"disable-oop-devtools"; +// If this flag is set open out of process developer tools window instead of +// Console Debugger when user clicks "Debug JavaScript". +const wchar_t kEnableOutOfProcessDevTools[] = L"enable-oop-devtools"; // Enable HTML5 Worker support const wchar_t kEnableWebWorkers[] = L"enable-web-workers"; |