Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
index 18fadb686c9ee2f8df2195005ee0f869eebc87b9..97700ad0fe0ace10bc443d43c692ff36761a5dde 100644 |
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
@@ -188,7 +188,7 @@ public: |
// Called when the worker wants to register subscopes to handle via foreign |
// fetch. Will only be called while an install event is in progress. |
- virtual void registerForeignFetchScopes(const WebVector<WebURL>& subScopes) { BLINK_ASSERT_NOT_REACHED(); } |
+ virtual void registerForeignFetchScopes(const WebVector<WebURL>& subScopes, const WebVector<WebURL>& origins) { BLINK_ASSERT_NOT_REACHED(); } |
}; |
} // namespace blink |