Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
index 0e707c4bd218be276979b01026dbd2f610ff0fe2..974a014191be5c8e078f78826c202085ab5f27cc 100644 |
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
@@ -340,4 +340,9 @@ void WebRuntimeFeatures::enableAutoplayMutedVideos(bool enable) |
RuntimeEnabledFeatures::setAutoplayMutedVideosEnabled(enable); |
} |
+void WebRuntimeFeatures::enableTimerThrottlingForBackgroundTabs(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setTimerThrottlingForBackgroundTabsEnabled(enable); |
+} |
+ |
} // namespace blink |