| 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 355119cf2f1eb58bd8324ac3c741ad3959ffc875..f03ad09a7af8736cda62ca9ed05e2bc8ccbb15ac 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -104,6 +104,9 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
|
| virtual void didHandleSyncEvent(int syncEventID,
|
| WebServiceWorkerEventResult,
|
| double eventDispatchTime) = 0;
|
| + virtual void didHandlePaymentRequestEvent(int paymentRequestEventID,
|
| + WebServiceWorkerEventResult,
|
| + double eventDispatchTime) = 0;
|
| virtual void postMessageToClient(
|
| const WebString& clientUUID,
|
| const WebString& message,
|
|
|