| 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 4b8c565edbc49ab90c28183cf91ca6a8bc4c2700..5a15b2415e7b3feea7d13ac545c1410a8f359d3f 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -300,6 +300,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 event_id,
|
| const WebVector<WebURL>& sub_scopes,
|
| const WebVector<WebSecurityOrigin>& origins) = 0;
|
| };
|
|
|