| Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
|
| index 9c2a45c4105ab2b8db362c4b5894bbf2f06b8b46..f424e80cd4b9d6e3bd2513428a4b20133ee37b28 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
|
| @@ -247,6 +247,9 @@ IN_PROC_BROWSER_TEST_F(TabDragControllerTest, DeleteSourceDetached) {
|
| ASSERT_TRUE(ui_test_utils::SendMouseEventsSync(
|
| ui_controls::LEFT, ui_controls::UP));
|
|
|
| + // Wait for the effects of the mouse event to settle.
|
| + ui_test_utils::RunAllPendingInMessageLoop();
|
| +
|
| // Releasing the mouse should destroy the existing browser and create a new
|
| // one.
|
| ASSERT_EQ(1u, BrowserList::size());
|
|
|