Chromium Code Reviews| 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..af1d03afa96a802483bd69a6579ad7780436006b 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 event_id, |
|
horo
2017/04/27 09:22:21
nit: install_event_id
xiaofengzhang
2017/04/28 07:14:24
Done.
|
| const WebVector<WebURL>& sub_scopes, |
| const WebVector<WebSecurityOrigin>& origins) = 0; |
| }; |