| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 03e25c2c275fde5bd2400ec9e2501039babbc2ae..1a7a236a5724567cee2b44cb2c91ce51a066f8fb 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -131,7 +131,6 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
| BLINK_EXPORT static void enableTimerThrottlingForBackgroundTabs(bool);
|
| BLINK_EXPORT static void enableTimerThrottlingForHiddenFrames(bool);
|
| - BLINK_EXPORT static void enableExpensiveBackgroundTimerThrottling(bool);
|
| BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
|
|
|
|