| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 324bf74a5915b6677c4a080d0bb8facc9eb68fcc..15c431a7b6da41bd61dce2f29cfd3bfc594ce331 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -69,6 +69,7 @@ public:
|
| void claim(WebServiceWorkerClientsClaimCallbacks*) override;
|
| void focus(const WebString& clientUUID, WebServiceWorkerClientCallbacks*) override;
|
| void navigate(const WebString& clientUUID, const WebURL&, WebServiceWorkerClientCallbacks*) override;
|
| + void registerForeignFetchScopes(const WebVector<WebURL>& subScopes) override;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { ServiceWorkerGlobalScopeClient::trace(visitor); }
|
|
|
|
|