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 9ba00274213677b68950e4af8a4e93b583320ba2..01f978b881e94241f4d4db1d1c857ff9fe00092e 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -69,7 +69,7 @@ public: |
void claim(WebServiceWorkerClientsClaimCallbacks*) override; |
void focus(const WebString& clientUUID, WebServiceWorkerClientCallbacks*) override; |
void navigate(const WebString& clientUUID, const WebURL&, WebServiceWorkerClientCallbacks*) override; |
- void registerForeignFetchScopes(const WebVector<WebURL>& subScopes) override; |
+ void registerForeignFetchScopes(const WebVector<WebURL>& subScopes, const WebVector<WebURL>& origins) override; |
DEFINE_INLINE_VIRTUAL_TRACE() { ServiceWorkerGlobalScopeClient::trace(visitor); } |