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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.cpp

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/RemoteFrame.cpp
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
index 558aed7e956e07363603fffee4ddc80e5ebdc11c..ae9651f8e7028d9aa3cd9b127e03a22c56962a48 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
@@ -123,10 +123,6 @@ bool RemoteFrame::shouldClose() {
return true;
}
-void RemoteFrame::setDocumentHasReceivedUserGesture() {
- client()->setHasReceivedUserGesture();
-}
-
void RemoteFrame::forwardInputEvent(Event* event) {
client()->forwardInputEvent(event);
}

Powered by Google App Engine
This is Rietveld 408576698