Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 4ae241a021f2722158f66b83cb2a5913d83d3090..5049e6f5a5c42c506e287b879767f6a1c42c80ac 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1052,6 +1052,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 */) |