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

Unified Diff: third_party/WebKit/Source/core/frame/Frame.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/Frame.h
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
index 54f9f31c0615026f61e4c9289348f58e0f78e932..ad7e029522af11e7062613608c16180a0d556d88 100644
--- a/third_party/WebKit/Source/core/frame/Frame.h
+++ b/third_party/WebKit/Source/core/frame/Frame.h
@@ -89,6 +89,8 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
void disconnectOwnerElement();
virtual bool shouldClose() = 0;
+ virtual void setDocumentHasReceivedUserGesture() = 0;
+
FrameClient* client() const;
// NOTE: Page is moving out of Blink up into the browser process as

Powered by Google App Engine
This is Rietveld 408576698