| 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 cde74e73054e4a46635ec2958641ebd073de6b44..41545bba5be37c44035ab84c2489eeeb9c9d60c8 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -355,6 +355,11 @@ void WebRuntimeFeatures::enableAutoplayMutedVideos(bool enable)
|
| RuntimeEnabledFeatures::setAutoplayMutedVideosEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableTimerThrottlingForBackgroundTabs(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setTimerThrottlingForBackgroundTabsEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setSendBeaconThrowForBlobWithNonSimpleTypeEnabled(enable);
|
|
|