| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 61f07f1af624a3dc0c13d0dc74a221b332070b2c..109ab6cc51a64cb24739686bfbefeb8201a50827 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -284,6 +284,10 @@ 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));
|
|
|
|
|