Chromium Code Reviews| 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 5373e4a0b1b8d284033f78faf66d28102b9dcea3..e647702eb8fd65bbcc2ce02f87238309b375660c 100644 |
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
| @@ -145,6 +145,7 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient |
| const WebURL&, |
| std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0; |
| 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>&) = 0; |