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

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

Issue 1084683003: Merge the value of the push subscription id into the endpoint. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 7 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 6b789b5bc8cad6e7b8ea0f8c58f1995646cb8f3c..0800cd206c7b1f7219806f3f2bd6ec2bdbeb9317 100644
--- a/Source/modules/push_messaging/PushSubscription.idl
+++ b/Source/modules/push_messaging/PushSubscription.idl
@@ -10,7 +10,7 @@
RuntimeEnabled=PushMessaging,
] interface PushSubscription {
readonly attribute USVString endpoint;
- readonly attribute DOMString subscriptionId;
+ [DeprecateAs=PushSubscriptionId] readonly attribute DOMString subscriptionId;
[CallWith=ScriptState] Promise<boolean> unsubscribe();
serializer = { attribute };
« 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