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

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

Issue 1222103006: (WONT COMMIT) Make CallbackPromiseAdapter accept a bool object passed by value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/PushSubscriptionCallbacks.h
diff --git a/Source/modules/push_messaging/PushSubscriptionCallbacks.h b/Source/modules/push_messaging/PushSubscriptionCallbacks.h
index 75cd6d3ddf727f9ddefb006b9e6f5c5646130daf..173bffaa7931a8f4da6921fa35d8929f77a0fdb1 100644
--- a/Source/modules/push_messaging/PushSubscriptionCallbacks.h
+++ b/Source/modules/push_messaging/PushSubscriptionCallbacks.h
@@ -7,6 +7,7 @@
#include "platform/heap/Handle.h"
#include "public/platform/WebCallbacks.h"
+#include "public/platform/modules/push_messaging/WebPushSubscription.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
@@ -16,7 +17,6 @@ namespace blink {
class ServiceWorkerRegistration;
class ScriptPromiseResolver;
struct WebPushError;
-struct WebPushSubscription;
// PushSubscriptionCallbacks is an implementation of WebPushSubscriptionCallbacks
// that will resolve the underlying promise depending on the result passed to

Powered by Google App Engine
This is Rietveld 408576698