Index: third_party/WebKit/Source/core/frame/RemoteFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
index bf3a09a43aa861f423513981e67840a757368720..4c108d0d55c0d6a6f9dd7565284d9a07eb2c2e80 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
@@ -41,7 +41,6 @@ class CORE_EXPORT RemoteFrame final : public Frame { |
void printNavigationWarning(const String&) override {} |
bool prepareForCommit() override; |
bool shouldClose() override; |
- void setDocumentHasReceivedUserGesture() override; |
// FIXME: Remove this method once we have input routing in the browser |
// process. See http://crbug.com/339659. |