| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index dc540da868574ec6af957310e9992064cb5b82c6..65b7795554406769c84007398636b2d1347d2130 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -173,9 +173,6 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
|
| 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,
|
|
|