Chromium Code Reviews| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
| index ddf2ea7a3237716a00bff43b0a2b5b85c0e55ad0..3f86b6dd7a629335902efa43068330743622c962 100644 |
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
| @@ -126,7 +126,8 @@ class ServiceWorkerGlobalScopeClientImpl final |
| void Navigate(const WebString& client_uuid, |
| const WebURL&, |
| std::unique_ptr<WebServiceWorkerClientCallbacks>) override; |
| - void RegisterForeignFetchScopes(const WebVector<WebURL>& sub_scopes, |
| + 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>&) override; |
| DEFINE_INLINE_VIRTUAL_TRACE() { |