diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 20:02:21 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-17 20:02:21 +0000 |
commit | 2bf834fbfd0b1dcb8fe33c4131ce30bf64143641 (patch) | |
tree | c7993a03d1e4152c6ac978103b132941f2ecda25 /content/common/view_messages.h | |
parent | 8f1945c1a40d3bf423dc2d4407c168f6eb59cb3d (diff) | |
download | chromium_src-2bf834fbfd0b1dcb8fe33c4131ce30bf64143641.zip chromium_src-2bf834fbfd0b1dcb8fe33c4131ce30bf64143641.tar.gz chromium_src-2bf834fbfd0b1dcb8fe33c4131ce30bf64143641.tar.bz2 |
Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not used after http://crbug.com/44850 was fixed.
BUG=98716
Review URL: http://codereview.chromium.org/8586032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index a5315e6..a9c0f60 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1056,8 +1056,7 @@ IPC_MESSAGE_ROUTED0(ViewMsg_MoveOrResizeStarted) IPC_MESSAGE_ROUTED0(ViewMsg_Move_ACK) // Used to instruct the RenderView to send back updates to the preferred size. -IPC_MESSAGE_ROUTED1(ViewMsg_EnablePreferredSizeChangedMode, - int /*flags*/) +IPC_MESSAGE_ROUTED0(ViewMsg_EnablePreferredSizeChangedMode) // Changes the text direction of the currently selected input field (if any). IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection, |