| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 0821c9124f65fc787ecf95471389b6a8bbdff40e..afd5b5dfcd3ccf52c12ccff9bd6e34c231dfdddb 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -148,6 +148,14 @@ void ServiceWorkerGlobalScopeClientImpl::didHandleSyncEvent(
|
| m_client.didHandleSyncEvent(syncEventID, result, eventDispatchTime);
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeClientImpl::didHandlePaymentRequestEvent(
|
| + int paymentRequestEventID,
|
| + WebServiceWorkerEventResult result,
|
| + double eventDispatchTime) {
|
| + m_client.didHandlePaymentRequestEvent(paymentRequestEventID, result,
|
| + eventDispatchTime);
|
| +}
|
| +
|
| void ServiceWorkerGlobalScopeClientImpl::postMessageToClient(
|
| const WebString& clientUUID,
|
| const WebString& message,
|
|
|