| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| index 203a6cbf396c5d7d8e6ff88976f822f359f55b8c..f5fbad332fe6a0d39c78e740fd6bb0f551cc59c5 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -199,8 +199,6 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
|
|
| std::unique_ptr<WebServiceWorkerProvider> createServiceWorkerProvider()
|
| override;
|
| - bool isControlledByServiceWorker(DocumentLoader&) override;
|
| - int64_t serviceWorkerID(DocumentLoader&) override;
|
| SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() override;
|
|
|
| std::unique_ptr<WebApplicationCacheHost> createApplicationCacheHost(
|
|
|