Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 257cdc13c06a2038bb4caf16da65c624845a1a88..586785c6a59e38d0897575af89c1f737505989b0 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -747,7 +747,10 @@ IPC_MESSAGE_ROUTED4(ViewMsg_PaintAtSize, |
// This signals the render view that it can send another UpdateRect message. |
IPC_MESSAGE_ROUTED0(ViewMsg_UpdateRect_ACK) |
-// Message payload includes a blob that should be cast to WebInputEvent |
+// Message payload includes: |
+// 1. A blob that should be cast to WebInputEvent |
+// 2. An optional boolean value indicating if a RawKeyDown event is associated |
+// to a keyboard shortcut of the browser. |
IPC_MESSAGE_ROUTED0(ViewMsg_HandleInputEvent) |
// This message notifies the renderer that the next key event is bound to one |