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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameClientImpl.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/web/RemoteFrameClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
index 394752bea2214613879c122678028787962bea92..ca7ac0aab4cc2d2fa2d86c65c747d734a9e28f42 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
@@ -184,8 +184,4 @@ void RemoteFrameClientImpl::visibilityChanged(bool visible) {
m_webFrame->client()->visibilityChanged(visible);
}
-void RemoteFrameClientImpl::setHasReceivedUserGesture() {
- m_webFrame->client()->setHasReceivedUserGesture();
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698