| 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 04f449ce28c37a43559e0424ec54c86e894719c5..c873873462675a186ca3a9561bb1c3387f6cbeb7 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1457,6 +1457,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kFullMemoryCrashReport,
|
| switches::kInertVisualViewport,
|
| switches::kIPCConnectionTimeout,
|
| + switches::kIsRunningInMash,
|
| switches::kJavaScriptFlags,
|
| switches::kLoggingLevel,
|
| switches::kMainFrameResizesAreOrientationChanges,
|
|
|