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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.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/core/frame/RemoteFrame.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
index 777c92d9de35c547fbfe79347f242a982bebec0f..b783d6e0170496846e4811ad230c2394e20ace59 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
@@ -42,7 +42,6 @@ class CORE_EXPORT RemoteFrame final : public Frame {
void printNavigationWarning(const String&) override {}
bool prepareForCommit() override;
bool shouldClose() override;
- void setDocumentHasReceivedUserGesture() override;
// FIXME: Remove this method once we have input routing in the browser
// process. See http://crbug.com/339659.

Powered by Google App Engine
This is Rietveld 408576698