Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 837230d02d7bf9212391ac3085a78d11ddfd15c5..906ca4b59739bb098145696568faf8a07bc6ba41 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -252,6 +252,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
WebRuntimeFeatures::enableRenderingPipelineThrottling( |
base::FeatureList::IsEnabled(features::kRenderingPipelineThrottling)); |
+ if (command_line.HasSwitch(switches::kDisableBackgroundTimerThrottling)) |
+ WebRuntimeFeatures::enableTimerThrottlingForBackgroundTabs(false); |
+ |
#if defined(OS_ANDROID) |
WebRuntimeFeatures::enablePaymentRequest( |
base::FeatureList::IsEnabled(features::kWebPayments)); |