Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index c4d19bf5c35af1148bdabb3f3da53c2c0a70dd52..907099b043fdacde50737c172edf63f96c5d4a32 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1233,6 +1233,11 @@ 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 |
| +// third_party/WebKit/Source/WebCore/platform/Logging.cpp for a list of |
|
darin (slow to review)
2011/02/15 20:54:56
this comment runs the risk of bit-rotting. if som
gavinp
2011/02/15 21:25:48
I made the comment less specific, so at least it'l
|
| +// 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"; |