| 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 16eb32286ffd4674c44d1ecf3f73f6e0705fcbe8..ff067403e933dc8228f7f0e407150d0901339d66 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1496,6 +1496,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kForceOverlayFullscreenVideo,
|
| switches::kFullMemoryCrashReport,
|
| switches::kInertVisualViewport,
|
| + switches::kIsolateTopDocument,
|
| switches::kIPCConnectionTimeout,
|
| switches::kJavaScriptFlags,
|
| switches::kLoggingLevel,
|
|
|