| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 58943e10676ed37e7a4b124cce2a6bc370ea1893..f2d66c3a24c131925614a5d4f66b3a589e7059ad 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -45,6 +45,7 @@
|
|
|
| namespace blink {
|
|
|
| +struct WebPaymentAppResponse;
|
| struct WebServiceWorkerClientQueryOptions;
|
| class ExecutionContext;
|
| class WebServiceWorkerResponse;
|
| @@ -87,6 +88,9 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
|
| virtual void respondToFetchEvent(int fetchEventID,
|
| const WebServiceWorkerResponse&,
|
| double eventDispatchTime) = 0;
|
| + virtual void respondToPaymentRequestEvent(int eventID,
|
| + const WebPaymentAppResponse&,
|
| + double eventDispatchTime) = 0;
|
| virtual void didHandleFetchEvent(int fetchEventID,
|
| WebServiceWorkerEventResult,
|
| double eventDispatchTime) = 0;
|
|
|