| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 63740)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -1094,6 +1094,10 @@
|
| IPC_MESSAGE_CONTROL1(ViewMsg_SetPhishingModel,
|
| IPC::PlatformFileForTransit /* model_file */)
|
|
|
| + // External popup menus.
|
| + IPC_MESSAGE_ROUTED1(ViewMsg_SelectPopupMenuItem,
|
| + int /* selected index, -1 means no selection */)
|
| +
|
| IPC_END_MESSAGES(View)
|
|
|
|
|
|
|