| 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 951e7e19458e5828a3bcb0d0f864596f01d99c9b..24cfff41158cc425e80db77e4fb7f3d66de24b3f 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -192,7 +192,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
|
|
|