| 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 7454b51b69ff067792dbff84a9cd4bd0a03a5cf5..c6b6ef145e3019c178bdc800eef1c7fa9e5cbbd8 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -75,8 +75,6 @@ class WebSharedWorkerImpl final : public WebFrameClient,
|
| WebApplicationCacheHostClient*) override;
|
| void willSendRequest(WebLocalFrame*, WebURLRequest&) override;
|
| void didFinishDocumentLoad(WebLocalFrame*) override;
|
| - bool isControlledByServiceWorker(WebDataSource&) override;
|
| - int64_t serviceWorkerID(WebDataSource&) override;
|
|
|
| // WebDevToolsAgentClient overrides.
|
| void sendProtocolMessage(int sessionId,
|
|
|