| 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 79eeee2ffcf4a1e6665a8871fc4bfd83e2e16baa..d9b4c5acc649ebb9a62569acaae6d715849ae3fd 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1766,6 +1766,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnablePinch,
|
| switches::kEnablePluginPlaceholderTesting,
|
| switches::kEnablePreciseMemoryInfo,
|
| + switches::kEnablePrintBrowser,
|
| switches::kEnablePreferCompositingToLCDText,
|
| switches::kEnableRGBA4444Textures,
|
| switches::kEnableSkiaBenchmarking,
|
|
|