| 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 2dd2328fdca07948ae0e0b43062321b6e22f52e2..66fb7693bfc5980dfa37689549919665e6b07420 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -81,6 +81,10 @@ class ServiceWorkerGlobalScopeProxy final
|
| void setRegistration(
|
| std::unique_ptr<WebServiceWorkerRegistration::Handle>) override;
|
| void dispatchActivateEvent(int) override;
|
| + void dispatchBackgroundFetchAbortEvent(int, const WebString& tag) override;
|
| + void dispatchBackgroundFetchClickEvent(int,
|
| + const WebString& tag,
|
| + BackgroundFetchState) override;
|
| void dispatchExtendableMessageEvent(
|
| int eventID,
|
| const WebString& message,
|
|
|