Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9303)

Unified Diff: chrome/common/chrome_switches.cc

Issue 6528016: Expose WebCore log channels on the chrome command line (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698