diff options
| author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 22:52:44 +0000 |
|---|---|---|
| committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 22:52:44 +0000 |
| commit | 5e0f30c03417379891c4e0df39d935e4fbdb40ec (patch) | |
| tree | 833c6ca64e26ed5266b32267a6caee9d2ead25eb /chrome/browser/automation/automation_provider.h | |
| parent | 0f7a3cb6495f2e736b26be7799c73436ac2d15ac (diff) | |
| download | chromium_src-5e0f30c03417379891c4e0df39d935e4fbdb40ec.zip chromium_src-5e0f30c03417379891c4e0df39d935e4fbdb40ec.tar.gz chromium_src-5e0f30c03417379891c4e0df39d935e4fbdb40ec.tar.bz2 | |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
| -rw-r--r-- | chrome/browser/automation/automation_provider.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 35827c8..20f34a1 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -144,7 +144,8 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, void WindowSimulateDrag(const IPC::Message& message, int handle, std::vector<POINT> drag_path, - int flags); + int flags, + bool press_escape_en_route); void WindowSimulateClick(const IPC::Message& message, int handle, POINT click, |
