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

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

Issue 1237673002: Introduce the PushSubscription.curve25519dh attribute (3/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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: Source/modules/push_messaging/PushSubscription.idl
diff --git a/Source/modules/push_messaging/PushSubscription.idl b/Source/modules/push_messaging/PushSubscription.idl
index 0575d1f5af6befeb84b74f05688ed0872c6e3bbf..26c41e3948b7809f3a5ca790327f9c6407bc70a9 100644
--- a/Source/modules/push_messaging/PushSubscription.idl
+++ b/Source/modules/push_messaging/PushSubscription.idl
@@ -10,6 +10,8 @@
RuntimeEnabled=PushMessaging,
] interface PushSubscription {
readonly attribute USVString endpoint;
+ [RuntimeEnabled=PushMessagingData] readonly attribute ArrayBuffer curve25519dh;
+
[CallWith=ScriptState] Promise<boolean> unsubscribe();
serializer = { attribute };
« no previous file with comments | « Source/modules/push_messaging/PushSubscription.cpp ('k') | public/platform/modules/push_messaging/WebPushSubscription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698