| 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..07431eab3d69d763caae29fa8309cfdf459d633c 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 install_event_id,
|
| const WebVector<WebURL>& sub_scopes,
|
| const WebVector<WebSecurityOrigin>& origins) override {
|
| NOTREACHED();
|
|
|