| 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 d28338d082169f233cbc6626e295cfec121cccfd..b1d293c3537cf5d440916263d2adbae2dbc5e054 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1297,6 +1297,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableVtune,
|
| switches::kEnableWebGLDraftExtensions,
|
| switches::kEnableWebGLImageChromium,
|
| + switches::kExplicitlyAllowedPorts,
|
| switches::kForceDeviceScaleFactor,
|
| switches::kForceDisplayList2dCanvas,
|
| switches::kFullMemoryCrashReport,
|
|
|