| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 0cdaa3dfa0c0096cd45c5198336e7b6fa7c3aebb..820ee745b8523aed829e54cde56c0e1f2eff16e9 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -281,10 +281,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisableBackgroundTimerThrottling))
|
| WebRuntimeFeatures::enableTimerThrottlingForBackgroundTabs(false);
|
|
|
| - WebRuntimeFeatures::enableExpensiveBackgroundTimerThrottling(
|
| - base::FeatureList::IsEnabled(
|
| - features::kExpensiveBackgroundTimerThrottling));
|
| -
|
| WebRuntimeFeatures::enableRenderingPipelineThrottling(
|
| base::FeatureList::IsEnabled(features::kRenderingPipelineThrottling));
|
|
|
|
|