Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
index 131c5210b59d56cf369591616fc1c311a0dde429..534486e9d881712a0ad3aaa0f10a9588a428958c 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
@@ -225,8 +225,6 @@ public: |
virtual void dispatchWillStartUsingPeerConnectionHandler(WebRTCPeerConnectionHandler*) { } |
- virtual void didRequestAutocomplete(HTMLFormElement*) = 0; |
- |
virtual bool allowWebGL(bool enabledPerSettings) { return enabledPerSettings; } |
// If an HTML document is being loaded, informs the embedder that the document will have its <body> attached soon. |