| 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 efe852b1a15f19743b1d06e6bdb6c29209d22558..89434a2da7ce1b85cd98ddf546ecc3d6818866c6 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1166,6 +1166,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kForceDeviceScaleFactor,
|
| switches::kFullMemoryCrashReport,
|
| switches::kIgnoreResolutionLimitsForAcceleratedVideoDecode,
|
| + switches::kIPCConnectionTimeout,
|
| switches::kJavaScriptFlags,
|
| switches::kLoggingLevel,
|
| switches::kMaxUntiledLayerWidth,
|
|
|