| 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 5373f466bba141fe38f0103b6acf51932ee7f2af..17c91d112ec97df9382c4ca37e55ce51c7f5311c 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| @@ -53,6 +53,11 @@ public:
|
| void focus(const WebString& uuid, WebServiceWorkerClientCallbacks*) override { NOTREACHED(); }
|
| void navigate(const WebString& uuid, const WebURL&, WebServiceWorkerClientCallbacks*) override { NOTREACHED(); }
|
| void registerForeignFetchScopes(const WebVector<WebURL>& subScopes, const WebVector<WebSecurityOrigin>& origins) override { NOTREACHED(); }
|
| + ServiceRegistry* serviceRegistry() override
|
| + {
|
| + NOTREACHED();
|
| + return nullptr;
|
| + }
|
|
|
| private:
|
| bool m_hasAssociatedRegistration;
|
|
|