Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 1876473002: Add a feature flag for enabling subscription restrictions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698