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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameClientImpl.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/web/RemoteFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
index 85c5782684bd7a9aaf0f2ceb5016b34d5ceb1bf4..0ba78f6e2ca78accdb529fd57705d03b52fb1767 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
@@ -40,7 +40,6 @@ class RemoteFrameClientImpl final : public RemoteFrameClient {
void frameRectsChanged(const IntRect& frameRect) override;
void advanceFocus(WebFocusType, LocalFrame*) override;
void visibilityChanged(bool visible) override;
- void setHasReceivedUserGesture() override;
WebRemoteFrameImpl* webFrame() const { return m_webFrame; }

Powered by Google App Engine
This is Rietveld 408576698