| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| index 63062cf4cea0399fc338d503ac418b8c4797c14b..75ddff42399c906a46da1fa40ad548422d2c6d85 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -312,6 +312,7 @@ class WebServiceWorkerContextClient {
|
| // Called when the worker wants to register subscopes to handle via foreign
|
| // fetch. Will only be called while an install event is in progress.
|
| virtual void RegisterForeignFetchScopes(
|
| + int install_event_id,
|
| const WebVector<WebURL>& sub_scopes,
|
| const WebVector<WebSecurityOrigin>& origins) = 0;
|
| };
|
|
|