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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h

Issue 2705293010: PaymentApp: Implement respondWith() in PaymentRequestEvent. (blink side) (Closed)
Patch Set: PaymentApp: Implement respondWith() in PaymentRequestEvent. (blink side) Created 3 years, 9 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 | « third_party/WebKit/public/platform/modules/payments/WebPaymentAppResponse.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
index c272ec9b7a8e47f3f74d65140cc4ace853ae622b..d361c0a38cf618d99a6ce7d3c525bee3d04bca97 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
@@ -44,6 +44,7 @@
namespace blink {
+struct WebPaymentAppResponse;
struct WebServiceWorkerClientQueryOptions;
class WebServiceWorkerContextProxy;
class WebServiceWorkerNetworkProvider;
@@ -152,6 +153,10 @@ class WebServiceWorkerContextClient {
virtual void respondToFetchEvent(int fetchEventID,
const WebServiceWorkerResponse& response,
double eventDispatchTime) {}
+ virtual void respondToPaymentRequestEvent(
+ int eventId,
+ const WebPaymentAppResponse& response,
+ double eventDispatchTime) {}
virtual void didHandleFetchEvent(int fetchEventID,
WebServiceWorkerEventResult result,
double eventDispatchTime) {}
« no previous file with comments | « third_party/WebKit/public/platform/modules/payments/WebPaymentAppResponse.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698