| 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..fa0e64530fa0358ae74cd5b51abae1fbfbbc4435 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -44,7 +44,6 @@
|
| #include "base/tracked_objects.h"
|
| #include "build/build_config.h"
|
| #include "cc/base/switches.h"
|
| -#include "components/scheduler/common/scheduler_switches.h"
|
| #include "components/tracing/common/tracing_switches.h"
|
| #include "components/webmessaging/broadcast_channel_provider.h"
|
| #include "content/browser/appcache/appcache_dispatcher_host.h"
|
| @@ -1389,6 +1388,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisable3DAPIs,
|
| switches::kDisableAcceleratedJpegDecoding,
|
| switches::kDisableAcceleratedVideoDecode,
|
| + switches::kDisableBackgroundTimerThrottling,
|
| switches::kDisableBlinkFeatures,
|
| switches::kDisableBreakpad,
|
| switches::kDisablePreferCompositingToLCDText,
|
| @@ -1535,8 +1535,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kTopControlsHideThreshold,
|
| cc::switches::kTopControlsShowThreshold,
|
|
|
| - scheduler::switches::kDisableBackgroundTimerThrottling,
|
| -
|
| #if defined(ENABLE_PLUGINS)
|
| switches::kEnablePepperTesting,
|
| #endif
|
|
|