| 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 e0244b62a3bfbcfe944350b156ee9103b3892f11..7aed8e2589c0c0b92fc456442fcf38e1a3bd7edc 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -132,7 +132,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);
|
|
|
|
|