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