| 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 1c2f0563339e1c2e50a061de70bbf36b4b93ecab..79b0aa910fc1d4e08d5b22c4de4d5570b80a56a8 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1454,6 +1454,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kFullMemoryCrashReport,
|
| switches::kInertVisualViewport,
|
| switches::kIPCConnectionTimeout,
|
| + switches::kIsRunningInMash,
|
| switches::kJavaScriptFlags,
|
| switches::kLoggingLevel,
|
| switches::kMainFrameResizesAreOrientationChanges,
|
|
|