| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 2260d753cdd369fa97bfb86b73e1fe5e2c4ae526..db479419d72d7c29159ab869b218a2f06daf5b64 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -109,6 +109,8 @@ class ServiceWorkerGlobalScopeProxy final
|
| const WebNotificationData&) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
| void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
|
| + void dispatchPaymentRequestEvent(int,
|
| + const WebPaymentAppRequestData&) override;
|
| bool hasFetchEventHandler() override;
|
| void onNavigationPreloadResponse(
|
| int fetchEventID,
|
|
|