| 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 5611231443cedc25b8c7f195f9fb383120d62967..f11bf10cb6db8295614efdacab0a21e364f1459a 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -82,7 +82,7 @@ public:
|
| virtual void claim(WebServiceWorkerClientsClaimCallbacks*) = 0;
|
| virtual void focus(const WebString& clientUUID, WebServiceWorkerClientCallbacks*) = 0;
|
| virtual void navigate(const WebString& clientUUID, const WebURL&, WebServiceWorkerClientCallbacks*) = 0;
|
| - virtual void registerForeignFetchScopes(const WebVector<WebURL>& subScopes) = 0;
|
| + virtual void registerForeignFetchScopes(const WebVector<WebURL>& subScopes, const WebVector<WebURL>& origins) = 0;
|
|
|
| static const char* supplementName();
|
| static ServiceWorkerGlobalScopeClient* from(ExecutionContext*);
|
|
|