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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameClientImpl.h

Issue 2625773002: Reenable framebusting (Closed)
Patch Set: Pass through FrameReplicationState 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.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
index 8fb019a6edfc3230b4c2a602b5b7f0b45ad79b55..5073d2a46e0d3de164b55df8e404d31e23bc0404 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
@@ -41,7 +41,6 @@ class RemoteFrameClientImpl final : public RemoteFrameClient {
void updateRemoteViewportIntersection(const IntRect&) override;
void advanceFocus(WebFocusType, LocalFrame*) override;
void visibilityChanged(bool visible) override;
- void setHasReceivedUserGesture() override;
WebRemoteFrameImpl* webFrame() const { return m_webFrame; }
« no previous file with comments | « third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp ('k') | third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698