| Index: chrome/common/render_messages_internal.h
 | 
| ===================================================================
 | 
| --- chrome/common/render_messages_internal.h	(revision 71495)
 | 
| +++ chrome/common/render_messages_internal.h	(working copy)
 | 
| @@ -126,6 +126,8 @@
 | 
|                      gfx::Point, /* location */
 | 
|                      WebKit::WebMediaPlayerAction)
 | 
|  
 | 
| +IPC_MESSAGE_ROUTED0(ViewMsg_PrintNodeUnderContextMenu)
 | 
| +
 | 
|  // Tells the render view to close.
 | 
|  IPC_MESSAGE_ROUTED0(ViewMsg_Close)
 | 
|  
 | 
| @@ -1079,6 +1081,10 @@
 | 
|                      PP_Flash_NetAddress /* local_addr */,
 | 
|                      PP_Flash_NetAddress /* remote_addr */)
 | 
|  
 | 
| +// Sent in response to a ViewHostMsg_ContextMenu to let the renderer know that
 | 
| +// the menu has been closed.
 | 
| +IPC_MESSAGE_ROUTED0(ViewMsg_ContextMenuClosed)
 | 
| +
 | 
|  //-----------------------------------------------------------------------------
 | 
|  // TabContents messages
 | 
|  // These are messages sent from the renderer to the browser process.
 | 
| 
 |