| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0f03be9943f0826d734d192b21f47d879ad36094..cc1b4e421a2d02e6883cd503f19b97f1df83a2a1 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1206,9 +1206,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
|
|
|