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

Unified Diff: content/common/frame_messages.h

Issue 2625773002: Reenable framebusting (Closed)
Patch Set: Pass through FrameReplicationState 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
« no previous file with comments | « content/browser/frame_host/render_frame_proxy_host.cc ('k') | content/common/frame_replication_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index c2d8c476b3220d512d45051c82d7c9e6019f13f5..90923442602cc1558cfafd0d49cc9ae7fc831d99 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -936,7 +936,7 @@ IPC_MESSAGE_ROUTED0(FrameMsg_EnableViewSourceMode)
IPC_MESSAGE_ROUTED0(FrameMsg_SuppressFurtherDialogs)
// Tells the frame to consider itself to have received a user gesture (based
-// on a user gesture proceed by a descendant).
+// on a user gesture processed in a different process).
IPC_MESSAGE_ROUTED0(FrameMsg_SetHasReceivedUserGesture)
IPC_MESSAGE_ROUTED1(FrameMsg_RunFileChooserResponse,
@@ -1323,8 +1323,8 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_UpdateViewportIntersection,
// Informs the child that the frame has changed visibility.
IPC_MESSAGE_ROUTED1(FrameHostMsg_VisibilityChanged, bool /* visible */)
-// Indicates that a child of this frame recieved a user gesture, and this
-// frame should in turn consider itself to have received a user gesture.
+// Indicates that this frame recieved a user gesture, so that the state can be
+// propagated to any remote frames.
IPC_MESSAGE_ROUTED0(FrameHostMsg_SetHasReceivedUserGesture)
// Used to tell the parent that the user right clicked on an area of the
« no previous file with comments | « content/browser/frame_host/render_frame_proxy_host.cc ('k') | content/common/frame_replication_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698