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

Unified Diff: Source/modules/push_messaging/PushManager.h

Issue 661093002: Remove the senderId argument to PushManager.register(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/PushManager.h
diff --git a/Source/modules/push_messaging/PushManager.h b/Source/modules/push_messaging/PushManager.h
index b0b255f8bef0c760409c12cb980fc12337f6e5be..661913480731485df855670c80fa455a2c4b532f 100644
--- a/Source/modules/push_messaging/PushManager.h
+++ b/Source/modules/push_messaging/PushManager.h
@@ -23,7 +23,7 @@ public:
return new PushManager();
}
- ScriptPromise registerPushMessaging(ScriptState*, const String& senderId);
+ ScriptPromise registerPushMessaging(ScriptState*);
void trace(Visitor*) { }
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushManager.cpp » ('j') | Source/modules/push_messaging/PushManager.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698