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

Unified Diff: content/common/frame_messages.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: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 9f65e60eef8ec63bb6acc6f7023c84ff02e0a4d0..fffc5cfe4047173d2be66e6495e4953183aa7f96 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -926,7 +926,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,
@@ -1308,8 +1308,8 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_FrameRectChanged, gfx::Rect /* frame_rect */)
// 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

Powered by Google App Engine
This is Rietveld 408576698