| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index c837ea37fee7988bc8d3b39d88375bacd7fb520f..c28e86cedb8c3af9b8f3cfdb10dc1b14731279ca 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1201,9 +1201,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
|
|
|