| 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 62e04e1a1a19efd5014f7f3415db9f4e8e3490b8..a8f75f6ede5ddb338b5667accb59f5da42640583 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -140,6 +140,7 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
|
| const WebURL&,
|
| std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0;
|
| virtual void RegisterForeignFetchScopes(
|
| + const int event_id,
|
| const WebVector<WebURL>& sub_scopes,
|
| const WebVector<WebSecurityOrigin>&) = 0;
|
|
|
|
|