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

Unified Diff: public/platform/modules/push_messaging/WebPushClient.h

Issue 1304723002: [PushMessaging] Use appopriate type parameters for WebCallbacks (1/3). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: public/platform/modules/push_messaging/WebPushClient.h
diff --git a/public/platform/modules/push_messaging/WebPushClient.h b/public/platform/modules/push_messaging/WebPushClient.h
index 13a36c117d6b535b1a365b5ebe82cfcfce7985e3..9d4027e52b00208bea2544bf2de5e5ca6faa0e2a 100644
--- a/public/platform/modules/push_messaging/WebPushClient.h
+++ b/public/platform/modules/push_messaging/WebPushClient.h
@@ -7,6 +7,7 @@
#include "public/platform/WebCallbacks.h"
#include "public/platform/modules/push_messaging/WebPushError.h"
+#include "public/platform/modules/push_messaging/WebPushProvider.h"
namespace blink {
@@ -14,8 +15,6 @@ class WebServiceWorkerRegistration;
struct WebPushSubscription;
struct WebPushSubscriptionOptions;
-using WebPushSubscriptionCallbacks = WebCallbacks<WebPushSubscription*, WebPushError*>;
-
class WebPushClient {
public:
virtual ~WebPushClient() { }
« no previous file with comments | « Source/modules/push_messaging/PushSubscriptionCallbacks.cpp ('k') | public/platform/modules/push_messaging/WebPushProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698