| 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 b7c0094f3ffc2e636f4839784c408c161fa31956..8bda246dd21293b5aa5d5c879220543c4a39babc 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -93,6 +93,7 @@ public:
|
| BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
|
| BLINK_EXPORT static void enablePresentationAPI(bool);
|
| BLINK_EXPORT static void enablePushMessaging(bool);
|
| + BLINK_EXPORT static void enablePushSubscriptionRestrictions(bool);
|
| BLINK_EXPORT static void enableReducedReferrerGranularity(bool);
|
| BLINK_EXPORT static void enableRenderingPipelineThrottling(bool);
|
| BLINK_EXPORT static void enableRequestAutocomplete(bool);
|
|
|