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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 926793004: Add PushMessagingHasPermission runtime flag to expose PushManager.hasPermission() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: stable Created 5 years, 10 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
« no previous file with comments | « Source/modules/push_messaging/PushManager.idl ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/RuntimeEnabledFeatures.in
diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
index 1962a615575da4849e7f7c72e1b49e2efb97650d..1305ff5fb180d700d2fa3bc8cf2c8b6f7736dbc3 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -114,6 +114,9 @@ PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
PushMessaging status=stable
// Push messaging payloads are blocked on the Push API supporting encryption.
PushMessagingData status=test
+// PushManager.hasPermission() is currently disabled, expecting Permissions API
+// to fulfill the same role.
+PushMessagingHasPermission status=stable
QuotaPromise status=experimental
ReducedReferrerGranularity
RegionBasedColumns status=experimental
« no previous file with comments | « Source/modules/push_messaging/PushManager.idl ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698