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

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

Issue 793913002: Stub implementation for PushRegistration.unregister(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@mvan_6
Patch Set: remove trace Created 6 years 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/PushRegistration.idl
diff --git a/Source/modules/push_messaging/PushRegistration.idl b/Source/modules/push_messaging/PushRegistration.idl
index 9ff2d6d04f270a0d4fca10b917794098f6c8464e..14678014cc1eeeb050c5823e65642a0423ce4c49 100644
--- a/Source/modules/push_messaging/PushRegistration.idl
+++ b/Source/modules/push_messaging/PushRegistration.idl
@@ -8,4 +8,5 @@
] interface PushRegistration {
readonly attribute DOMString pushEndpoint;
readonly attribute DOMString pushRegistrationId;
+ [CallWith=ScriptState] Promise<boolean> unregister();
};
« no previous file with comments | « Source/modules/push_messaging/PushRegistration.cpp ('k') | Source/modules/push_messaging/PushRegistrationCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698