| 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 ddf2ea7a3237716a00bff43b0a2b5b85c0e55ad0..506771036a290f9561be2ee5427658137949d47d 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -126,7 +126,8 @@ class ServiceWorkerGlobalScopeClientImpl final
|
| void Navigate(const WebString& client_uuid,
|
| const WebURL&,
|
| std::unique_ptr<WebServiceWorkerClientCallbacks>) override;
|
| - void RegisterForeignFetchScopes(const WebVector<WebURL>& sub_scopes,
|
| + void RegisterForeignFetchScopes(const int event_id,
|
| + const WebVector<WebURL>& sub_scopes,
|
| const WebVector<WebSecurityOrigin>&) override;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {
|
|
|