| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index dbe067dffe6a645d5f03e4c25cd3b89370eb9c83..92b1b121ba3c7b19089543d0940da8f7ccc7d4eb 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -103,6 +103,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
|
| int call_id,
|
| const WebString& method,
|
| const WebString& message) override;
|
| + WebServiceWorkerNetworkProvider* GetServiceWorkerNetworkProvider() override;
|
|
|
| // Callback methods for WebSharedWorkerReportingProxyImpl.
|
| void CountFeature(UseCounter::Feature);
|
|
|