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 be5112e3079ba1abc9a865fd69cfd856786d524f..f728c3ad2b1f2aeec062b4c5ce03be1a22e46884 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -106,6 +106,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, |