| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 111709)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -727,10 +727,7 @@
|
| // This signals the render view that it can send another UpdateRect message.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_UpdateRect_ACK)
|
|
|
| -// 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.
|
| +// Message payload includes a blob that should be cast to WebInputEvent
|
| IPC_MESSAGE_ROUTED0(ViewMsg_HandleInputEvent)
|
|
|
| // This message notifies the renderer that the next key event is bound to one
|
|
|