| 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 b9576b2be1bb8a49e734c3fae422871cfa887386..5218ca3f5255ef1456732b86903d26fcb5943a74 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -44,6 +44,7 @@
|
| #include "base/tracked_objects.h"
|
| #include "build/build_config.h"
|
| #include "cc/base/switches.h"
|
| +#include "components/mus/common/switches.h"
|
| #include "components/scheduler/common/scheduler_switches.h"
|
| #include "components/tracing/common/tracing_switches.h"
|
| #include "content/browser/appcache/appcache_dispatcher_host.h"
|
| @@ -1439,6 +1440,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kFullMemoryCrashReport,
|
| switches::kInertVisualViewport,
|
| switches::kIPCConnectionTimeout,
|
| + switches::kIsRunningInMojoShell,
|
| switches::kJavaScriptFlags,
|
| switches::kLoggingLevel,
|
| switches::kMainFrameResizesAreOrientationChanges,
|
| @@ -1500,6 +1502,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
|
|
| scheduler::switches::kDisableBackgroundTimerThrottling,
|
|
|
| + mus::switches::kUseChromeGpuCommandBufferInMus,
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| switches::kEnablePepperTesting,
|
| #endif
|
|
|