| Index: chrome/test/automation/automation_messages_internal.h
|
| diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h
|
| index e8f215c27a7cdfb4d62396bd7870e332c8a1603c..e7cd47faf946c842401f8019729cebe316835295 100644
|
| --- a/chrome/test/automation/automation_messages_internal.h
|
| +++ b/chrome/test/automation/automation_messages_internal.h
|
| @@ -1155,11 +1155,5 @@ IPC_BEGIN_MESSAGES(Automation)
|
| int /* Type (Browser::Type) */,
|
| bool /* show */ )
|
|
|
| - // This message requests that the mouse be moved to this location, in
|
| - // window coordinate space.
|
| - // Request:
|
| - // int - the handle of the window that's the context for this click
|
| - // gfx::Point - the location to move to
|
| - IPC_MESSAGE_ROUTED2(AutomationMsg_WindowMouseMove, int, gfx::Point)
|
|
|
| IPC_END_MESSAGES(Automation)
|
|
|