| Index: content/common/view_messages.h
 | 
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
 | 
| index fa6a48c4bd5e676f98d19960fa205e7560a94cf8..c6de70486f19aaf02722670166e5d62e28be2a8e 100644
 | 
| --- a/content/common/view_messages.h
 | 
| +++ b/content/common/view_messages.h
 | 
| @@ -846,10 +846,6 @@ IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_CreateFullscreenWidget,
 | 
|                              int /* opener_id */,
 | 
|                              int /* route_id */)
 | 
|  
 | 
| -// Asks the browser for a unique routing ID.
 | 
| -IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GenerateRoutingID,
 | 
| -                            int /* routing_id */)
 | 
| -
 | 
|  // These three messages are sent to the parent RenderViewHost to display the
 | 
|  // page/widget that was created by
 | 
|  // CreateWindow/CreateWidget/CreateFullscreenWidget. routing_id
 | 
| 
 |