| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| index ad014e5dabb74ba6de5f02fd616bf7ef0171687e..a8ad7929923c4e95a9437acf2bac59aa77de98c8 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| @@ -71,6 +71,7 @@ class MockServiceWorkerContextClient : public WebServiceWorkerContextClient {
|
| NOTREACHED();
|
| }
|
| void RegisterForeignFetchScopes(
|
| + int event_id,
|
| const WebVector<WebURL>& sub_scopes,
|
| const WebVector<WebSecurityOrigin>& origins) override {
|
| NOTREACHED();
|
|
|