| 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 1865a631c832fe9774779223be9f9fef792a3970..fe4b0e0c16c6013323e5db88655cc1fee9e8a649 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -105,8 +105,6 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enablePresentationAPI(bool);
|
| BLINK_EXPORT static void enablePushMessaging(bool);
|
| BLINK_EXPORT static void enableReducedReferrerGranularity(bool);
|
| - BLINK_EXPORT static void enableReloadwithoutSubResourceCacheRevalidation(
|
| - bool);
|
| BLINK_EXPORT static void enableRenderingPipelineThrottling(bool);
|
| BLINK_EXPORT static void enableRemotePlaybackAPI(bool);
|
| BLINK_EXPORT static void enableRootLayerScrolling(bool);
|
|
|