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/test/automated_ui_tests | |
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/test/automated_ui_tests')
-rw-r--r-- | chrome/test/automated_ui_tests/automated_ui_tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.cc b/chrome/test/automated_ui_tests/automated_ui_tests.cc index b831fb1..f7767d1 100644 --- a/chrome/test/automated_ui_tests/automated_ui_tests.cc +++ b/chrome/test/automated_ui_tests/automated_ui_tests.cc @@ -820,7 +820,7 @@ bool AutomatedUITest::DragActiveTab(bool drag_right, bool drag_out) { destination_point, ChromeViews::Event::EF_LEFT_BUTTON_DOWN, kWaitForActionMaxMsec, - &is_timeout)) { + &is_timeout, false)) { AddWarningAttribute("failed_to_simulate_drag"); return false; } |