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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 2fc1deb46b344988e07bb167942222f1eeab7ef3..d16ce16ac92319058e3cf0753f7e239215f047d6 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -223,6 +223,8 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
KURL overrideFlashEmbedWithHTML(const KURL&) override;
+ void setHasReceivedUserGesture() override;
+
private:
explicit FrameLoaderClientImpl(WebLocalFrameImpl*);

Powered by Google App Engine
This is Rietveld 408576698