| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 30714)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -173,6 +173,9 @@
|
| int handle,
|
| const gfx::Point& click,
|
| int flags);
|
| + void WindowSimulateMouseMove(const IPC::Message& message,
|
| + int handle,
|
| + const gfx::Point& location);
|
| void WindowSimulateKeyPress(const IPC::Message& message,
|
| int handle,
|
| int key,
|
|
|