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

Unified Diff: content/public/common/content_switches.cc

Issue 152873002: Rename --webcore-log-channels to --blink-platform-log-channels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ordering Created 6 years, 11 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 285b5de5e4528dcb9b4e523f68bf3b6d6c195775..b17e2ad40d00f6f0fb50e16fc5cea0d6e20deb88 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -44,6 +44,10 @@ const char kBlacklistAcceleratedCompositing[] =
// Blacklist the GPU for WebGL.
const char kBlacklistWebGL[] = "blacklist-webgl";
+// Choose which logging channels in blink platform to activate. See
+// Logging.cpp in blink's Source/platform for a list of available channels.
+const char kBlinkPlatformLogChannels[] = "blink-platform-log-channels";
+
// Block cross-site documents (i.e., HTML/XML/JSON) from being loaded in
// subresources when a document is not supposed to read them. This will later
// allow us to block them from the entire renderer process when site isolation
@@ -958,10 +962,6 @@ const char kUtilityProcessEnableMDns[] = "utility-enable-mdns";
// 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";
-
// Overrides the amount of shared memory the webgl command buffer allocates
const char kWebGLCommandBufferSizeKb[] = "webgl-command-buffer-size-kb";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698