| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b343ced974a7a3a0b33b0ace9a4e22f1eb8e43f6..5bb3409455b33860d7b04c14275dd59a45f25621 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -907,11 +907,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_WindowFrameChanged,
|
| gfx::Rect /* window frame */,
|
| gfx::Rect /* content view frame */)
|
|
|
| -// Message sent from the browser to the renderer when the user starts or stops
|
| -// resizing the view.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_SetInLiveResize,
|
| - bool /* enable */)
|
| -
|
| // Tell the renderer that plugin IME has completed.
|
| IPC_MESSAGE_ROUTED2(ViewMsg_PluginImeCompositionCompleted,
|
| base::string16 /* text */,
|
|
|