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

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

Issue 1148763005: Remove support for PushSubscription.subscriptionId. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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') | Source/platform/blink_platform.gypi » ('j') | 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 0800cd206c7b1f7219806f3f2bd6ec2bdbeb9317..0575d1f5af6befeb84b74f05688ed0872c6e3bbf 100644
--- a/Source/modules/push_messaging/PushSubscription.idl
+++ b/Source/modules/push_messaging/PushSubscription.idl
@@ -10,7 +10,6 @@
RuntimeEnabled=PushMessaging,
] interface PushSubscription {
readonly attribute USVString endpoint;
- [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') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698