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

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

Issue 1316693002: Remove left-overs of PushSubscription.curve25519dh (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/PushSubscription.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/push_messaging/PushSubscription.idl
diff --git a/Source/modules/push_messaging/PushSubscription.idl b/Source/modules/push_messaging/PushSubscription.idl
index 57946a67db5d0f834f2e7d5f0d1907aa5c0055b3..a1ed1a2c91b65dfee77fc945a963750958f5867c 100644
--- a/Source/modules/push_messaging/PushSubscription.idl
+++ b/Source/modules/push_messaging/PushSubscription.idl
@@ -15,9 +15,6 @@ enum PushEncryptionKeyName {
] interface PushSubscription {
readonly attribute USVString endpoint;
- // TODO(peter): Remove this once the embedder updates to getKey().
- [RuntimeEnabled=PushMessagingData] readonly attribute ArrayBuffer curve25519dh;
-
[RuntimeEnabled=PushMessagingData] ArrayBuffer? getKey(PushEncryptionKeyName name);
[CallWith=ScriptState] Promise<boolean> unsubscribe();
« no previous file with comments | « Source/modules/push_messaging/PushSubscription.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698