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

Unified Diff: content/common/frame_messages.h

Issue 1680143002: Simulate click through gamepad BUTTON_A (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simulate click Created 4 years, 7 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 72baac5eb7fd41f06127e1024fef8101a6d4e34d..79a7ce009815289504766026057e57d0c5daebef 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -592,6 +592,8 @@ IPC_MESSAGE_ROUTED4(FrameMsg_SetChildFrameSurface,
// contents has terminated.
IPC_MESSAGE_ROUTED0(FrameMsg_ChildFrameProcessGone)
+IPC_MESSAGE_ROUTED0(FrameMsg_ClickOnFocusedElement);
+
// Sent in response to a FrameHostMsg_ContextMenu to let the renderer know that
// the menu has been closed.
IPC_MESSAGE_ROUTED1(FrameMsg_ContextMenuClosed,

Powered by Google App Engine
This is Rietveld 408576698