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 9928ce7689db0e84bea8aa6066919a7d85ce864e..4548db66a15b094187ee9d7ce3350e1648ba2114 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -121,7 +121,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(const int event_id, |
+ const WebVector<WebURL>& sub_scopes, |
const WebVector<WebSecurityOrigin>&) override; |
DEFINE_INLINE_VIRTUAL_TRACE() { |