From 5e0f30c03417379891c4e0df39d935e4fbdb40ec Mon Sep 17 00:00:00 2001 From: "sidchat@google.com" Date: Thu, 14 Aug 2008 22:52:44 +0000 Subject: git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automated_ui_tests/automated_ui_tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/automated_ui_tests') 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; } -- cgit v1.1