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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 872013002: Separate push event data from the rest of the W3C Push API flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: expose the ability to toggle the flag Created 5 years, 11 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/PushMessageData.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 f4f139cc00f9a13f680f9354855d3cf92abad75f..e52bed177d5924f5a5f3c8bdbf10c6f96eac86f2 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -105,6 +105,9 @@ PrefixedVideoFullscreen status=stable
Presentation status=test
PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
PushMessaging status=experimental
+// Push messaging payloads are blocked on the Push API supporting encryption.
+// FIXME: Change this to |test| when Chromium tests have been updated.
+PushMessagingData status=experimental
QuotaPromise status=experimental
ReducedReferrerGranularity
RegionBasedColumns status=experimental
« no previous file with comments | « Source/modules/push_messaging/PushMessageData.idl ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698