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

Unified Diff: Source/modules/push_messaging/PushEvent.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 | « no previous file | Source/modules/push_messaging/PushMessageData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/push_messaging/PushEvent.idl
diff --git a/Source/modules/push_messaging/PushEvent.idl b/Source/modules/push_messaging/PushEvent.idl
index c11714ba618b9461459a6a1517a68eda937c7480..aa6d11692bf0d5b4ab8e4874b2019729ed927336 100644
--- a/Source/modules/push_messaging/PushEvent.idl
+++ b/Source/modules/push_messaging/PushEvent.idl
@@ -9,5 +9,5 @@
Exposed=ServiceWorker,
RuntimeEnabled=PushMessaging,
] interface PushEvent : ExtendableEvent {
- readonly attribute PushMessageData data;
+ [RuntimeEnabled=PushMessagingData] readonly attribute PushMessageData data;
};
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushMessageData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698