Chromium Code Reviews| 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, |
|
horo
2017/04/27 09:22:21
nit: install_event_id
xiaofengzhang
2017/04/28 07:14:24
Done.
|
| const WebVector<WebURL>& sub_scopes, |
| const WebVector<WebSecurityOrigin>& origins) override { |
| NOTREACHED(); |