| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index bcbee18899cae68de25af7019bfaa42722d3bb7c..26660383ba884355a24ec035b0d4a15365828747 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -632,12 +632,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_HandleCompositorProto,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_SetNeedsBeginFrames,
|
| bool /* enabled */)
|
|
|
| -// Similar to ViewHostMsg_CreateWidget except the widget is a full screen
|
| -// window.
|
| -IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_CreateFullscreenWidget,
|
| - int /* opener_id */,
|
| - int /* route_id */)
|
| -
|
| // These three messages are sent to the parent RenderViewHost to display the
|
| // page/widget that was created by
|
| // CreateWindow/CreateWidget/CreateFullscreenWidget. routing_id
|
|
|