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

Unified Diff: public/platform/WebPushClient.h

Issue 661093002: Remove the senderId argument to PushManager.register(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments 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
« no previous file with comments | « Source/modules/push_messaging/PushManager.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPushClient.h
diff --git a/public/platform/WebPushClient.h b/public/platform/WebPushClient.h
index 3804bd2deff91e690484a0e0375de9ac15cb15dd..7189fcd363fb8834088cdc27c4ad2be06e71c884 100644
--- a/public/platform/WebPushClient.h
+++ b/public/platform/WebPushClient.h
@@ -7,7 +7,6 @@
#include "public/platform/WebCallbacks.h"
#include "public/platform/WebPushError.h"
-#include "public/platform/WebString.h"
namespace blink {
@@ -22,7 +21,7 @@ public:
// Ownership of the WebPushRegistrationCallbacks is transferred to the
// client. Ownership of the WebServiceWorkerProvider is not transferred.
- virtual void registerPushMessaging(const WebString& senderId, WebPushRegistrationCallbacks*, WebServiceWorkerProvider*) { }
+ virtual void registerPushMessaging(WebPushRegistrationCallbacks*, WebServiceWorkerProvider*) { }
};
} // namespace blink
« no previous file with comments | « Source/modules/push_messaging/PushManager.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698