Index: third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
index d1badcce2880f33da47ec012bae1d72b26912be1..5960879bf6985c6fb8a0899f975756f20565049e 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
@@ -42,8 +42,6 @@ class RemoteFrameClient : public FrameClient { |
virtual void advanceFocus(WebFocusType, LocalFrame* source) = 0; |
virtual void visibilityChanged(bool visible) = 0; |
- |
- virtual void setHasReceivedUserGesture() = 0; |
}; |
} // namespace blink |