| 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 677bc0d75f3d96eb839764aa112803d2a6fef4cb..9b5d28f4af25995c550b606b4fa4ee103261cf2d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -776,6 +776,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| #endif
|
| switches::kEnableStrictSiteIsolation,
|
| switches::kDisableFullScreen,
|
| + switches::kEnableNewDialogStyle,
|
| switches::kEnablePepperTesting,
|
| switches::kEnablePreparsedJsCaching,
|
| switches::kEnablePruneGpuCommandBuffers,
|
|
|