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

Unified Diff: third_party/WebKit/public/web/WebRemoteFrameClient.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/public/web/WebRemoteFrameClient.h
diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
index d559413f2b8a7382d97be7228670501b3c7ee7da..3ebbbdf7de518b4a017f342908ef0dc6f85b666a 100644
--- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
+++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
@@ -44,8 +44,6 @@ class WebRemoteFrameClient {
virtual void visibilityChanged(bool visible) {}
- virtual void setHasReceivedUserGesture() {}
-
// This frame updated its opener to another frame.
virtual void didChangeOpener(WebFrame* opener) {}

Powered by Google App Engine
This is Rietveld 408576698