| 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 dee22d358297ce160eba400aef3358c929e7c7ea..5fdffef2bf94e096de88f280fe73110b35f34823 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -36,6 +36,7 @@
|
| #include "base/trace_event/trace_event.h"
|
| #include "base/tracked_objects.h"
|
| #include "cc/base/switches.h"
|
| +#include "components/scheduler/common/scheduler_switches.h"
|
| #include "components/tracing/tracing_switches.h"
|
| #include "content/browser/appcache/appcache_dispatcher_host.h"
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
| @@ -1427,6 +1428,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kTopControlsHideThreshold,
|
| cc::switches::kTopControlsShowThreshold,
|
|
|
| + scheduler::switches::kEnableVirtualizedTime,
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| switches::kEnablePepperTesting,
|
| #endif
|
|
|