| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0062c416eaad9cf7eb2cd30338ccd333077c0b6a..9ce789f26dac103321f8c79d4790ab537132556f 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1057,6 +1057,10 @@ IPC_MESSAGE_ROUTED2(ViewMsg_EnableAutoResize,
|
| gfx::Size /* min_size */,
|
| gfx::Size /* max_size */)
|
|
|
| +// Used to instruct the RenderView to disalbe automatically resize.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_DisableAutoResize,
|
| + gfx::Size /* new_size */)
|
| +
|
| // Changes the text direction of the currently selected input field (if any).
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection,
|
| WebKit::WebTextDirection /* direction */)
|
|
|