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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.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/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 0723873e66894f10540509984d738af6a46d700a..7c8ff2c232a2ce5a4ea8f7e50742db16c87cc7b9 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -121,6 +121,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
void printNavigationErrorMessage(const Frame&, const char* reason) override;
bool prepareForCommit() override;
void didChangeVisibilityState() override;
+ void setDocumentHasReceivedUserGesture() override;
void detachChildren();

Powered by Google App Engine
This is Rietveld 408576698