| 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..5cb4624b6bd7440a1e9206cd6a839b3aabf154fc 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -47,7 +47,6 @@
|
| #include "cc/output/buffer_to_texture_target_map.h"
|
| #include "components/memory_coordinator/browser/memory_coordinator.h"
|
| #include "components/memory_coordinator/common/memory_coordinator_features.h"
|
| -#include "components/scheduler/common/scheduler_switches.h"
|
| #include "components/tracing/common/tracing_switches.h"
|
| #include "content/browser/appcache/appcache_dispatcher_host.h"
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
| @@ -1601,8 +1600,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kTopControlsHideThreshold,
|
| cc::switches::kTopControlsShowThreshold,
|
|
|
| - scheduler::switches::kDisableBackgroundTimerThrottling,
|
| -
|
| #if defined(ENABLE_PLUGINS)
|
| switches::kEnablePepperTesting,
|
| #endif
|
|
|