| 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 119edec285fa6e31022f6c42ae22694a0decda75..394217d4134b10168d9f0ec6c6bf484396c677c1 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1642,9 +1642,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kIpcDumpDirectory,
|
| switches::kIpcFuzzerTestcase,
|
| #endif
|
| -#if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA)
|
| switches::kUseMusInRenderer,
|
| -#endif
|
| };
|
| renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,
|
| arraysize(kSwitchNames));
|
|
|