| Index: chrome/browser/blocked_popup_container_interactive_uitest.cc
|
| ===================================================================
|
| --- chrome/browser/blocked_popup_container_interactive_uitest.cc (revision 23277)
|
| +++ chrome/browser/blocked_popup_container_interactive_uitest.cc (working copy)
|
| @@ -51,8 +51,7 @@
|
| // Simulate a click of the actual link to force user_gesture to be
|
| // true; if we don't, the resulting popup will be constrained, which
|
| // isn't what we want to test.
|
| - POINT link_point(tab_view_bounds.CenterPoint().ToPOINT());
|
| - ASSERT_TRUE(window->SimulateOSClick(link_point,
|
| + ASSERT_TRUE(window->SimulateOSClick(tab_view_bounds.CenterPoint(),
|
| views::Event::EF_LEFT_BUTTON_DOWN));
|
| }
|
|
|
|
|