| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 70546)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -93,6 +93,10 @@
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetCSSColors,
|
| std::vector<CSSColors::CSSColorMapping>)
|
|
|
| +// Asks the browser for a unique routing ID.
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GenerateRoutingID,
|
| + int /* routing_id */)
|
| +
|
| // Tells the renderer to create a new view.
|
| // This message is slightly different, the view it takes (via
|
| // ViewMsg_New_Params) is the view to create, the message itself is sent as a
|
|
|