Index: third_party/WebKit/Source/core/frame/LocalFrameClient.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h |
index 3cf25b469e634e036e70c2f1fd913feea9b0a73e..714313a063dc56e43561ee713b17abec0981f667 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h |
@@ -299,10 +299,6 @@ class CORE_EXPORT LocalFrameClient : public FrameClient { |
virtual std::unique_ptr<WebServiceWorkerProvider> |
createServiceWorkerProvider() = 0; |
- virtual bool isControlledByServiceWorker(DocumentLoader&) = 0; |
- |
- virtual int64_t serviceWorkerID(DocumentLoader&) = 0; |
- |
virtual SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() { |
return 0; |
} |