Chromium Code Reviews| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
| index 36f288c29ea8ebcfd4b4901ebfe6e4a07cfaf0d6..5c111e5a2d27d02aa2ba2e9bf3d58dcd54fb534a 100644 |
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
| @@ -240,9 +240,10 @@ void ServiceWorkerGlobalScopeClientImpl::Navigate( |
| } |
| void ServiceWorkerGlobalScopeClientImpl::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) { |
| - client_.RegisterForeignFetchScopes(sub_scopes, origins); |
| + client_.RegisterForeignFetchScopes(event_id, sub_scopes, origins); |
| } |
| ServiceWorkerGlobalScopeClientImpl::ServiceWorkerGlobalScopeClientImpl( |