| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 82c14f8d79b4b2359962531f394d0b7f3e7de003..fb487fee419f9d41211b806a3633a69b5e3c7f1d 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1202,9 +1202,11 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_UpdateScreenRects_ACK)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_RequestMove,
|
| gfx::Rect /* position */)
|
|
|
| -// Message to show a popup menu using native cocoa controls (Mac only).
|
| +// Message to show/hide a popup menu using native cocoa controls
|
| +// (Mac and Android only).
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowPopup,
|
| ViewHostMsg_ShowPopup_Params)
|
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_HidePopup)
|
|
|
| // Response from ViewMsg_ScriptEvalRequest. The ID is the parameter supplied
|
| // to ViewMsg_ScriptEvalRequest. The result has the value returned by the
|
|
|