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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.h

Issue 2445193005: Route setHasReceivedUserGesture() state for RemoteFrames (Closed)
Patch Set: Created 4 years, 2 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 846dfca98937b307edb14175a16af83d23628d52..2d439b8e4c9c1b24d9e7f6a2d324d1d048719fb8 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
@@ -43,6 +43,7 @@ class CORE_EXPORT RemoteFrame final : public Frame {
void printNavigationErrorMessage(const Frame&, const char* reason) 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