| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c4d19bf5c35af1148bdabb3f3da53c2c0a70dd52..a80cae4ffa5b99ff24e411c62eceab7705b33bb5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1233,6 +1233,10 @@ const char kVersion[] = "version";
|
| // kWaitForDebugger flag passed on or not.
|
| const char kWaitForDebuggerChildren[] = "wait-for-debugger-children";
|
|
|
| +// Choose which logging channels in WebCore to activate. See
|
| +// Logging.cpp in WebKit's WebCore for a list of available channels.
|
| +const char kWebCoreLogChannels[] = "webcore-log-channels";
|
| +
|
| // Causes the worker process allocation to use as many processes as cores.
|
| const char kWebWorkerProcessPerCore[] = "web-worker-process-per-core";
|
|
|
|
|