Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrameClient.h

Issue 2625773002: Reenable framebusting (Closed)
Patch Set: Fix unit tests Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698