Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 7139f7eaecf7fffa109e80a92bbeebf69c9471cf..4cebb61e27d8979fbe02a594c86e9a1c099739a4 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -995,6 +995,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kVModule, |
switches::kWebCoreLogChannels, |
switches::kEnableWebGLDraftExtensions, |
+ |
+ switches::kTraceToConsole, |
+ |
piman
2013/07/03 17:42:28
nit: no need for blank lines
Ian Vollick
2013/07/03 18:48:03
Removed.
|
// Please keep these in alphabetical order. Compositor switches here should |
// also be added to chrome/browser/chromeos/login/chrome_restart_request.cc. |
cc::switches::kBackgroundColorInsteadOfCheckerboard, |