Commit 3837e654 authored by brettw@chromium.org's avatar brettw@chromium.org

Remove an unused IPC message.

TEST=it still compiles
BUG=none
Review URL: http://codereview.chromium.org/3020027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54190 0039d316-1c4b-4281-b951-d872f2087c98
parent d36c0c97
......@@ -1875,12 +1875,6 @@ IPC_BEGIN_MESSAGES(ViewHost)
std::vector<appcache::AppCacheResourceInfo>
/* resources out */)
// Returns the resizer box location in the window this widget is embedded.
// Important for Mac OS X, but not Win or Linux.
IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_GetRootWindowResizerRect,
gfx::NativeViewId /* window */,
gfx::Rect /* Out: Window location */)
// Queries the browser for AutoFill suggestions for a form input field.
IPC_MESSAGE_ROUTED3(ViewHostMsg_QueryFormFieldAutoFill,
int /* id of this message */,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment