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

Unified Diff: Source/modules/push_messaging/PushMessageData.idl

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/PushEvent.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/push_messaging/PushMessageData.idl
diff --git a/Source/modules/push_messaging/PushMessageData.idl b/Source/modules/push_messaging/PushMessageData.idl
index d80651a60423aff2f8271240b74afce836682851..fab3d5a2fda20798b42e45e62024c5a9a51a7e11 100644
--- a/Source/modules/push_messaging/PushMessageData.idl
+++ b/Source/modules/push_messaging/PushMessageData.idl
@@ -10,7 +10,7 @@ typedef object JSON;
Constructor(USVString message),
Exposed=ServiceWorker,
GarbageCollected,
- RuntimeEnabled=PushMessaging,
+ RuntimeEnabled=PushMessagingData,
] interface PushMessageData {
ArrayBuffer arrayBuffer();
Blob blob();
« no previous file with comments | « Source/modules/push_messaging/PushEvent.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698