| Index: chrome/browser/history/history_browsertest.cc
|
| diff --git a/chrome/browser/history/history_browsertest.cc b/chrome/browser/history/history_browsertest.cc
|
| index d839dccbf23709aa088f7c4cbe6fb7cfcd82aa69..b7c8be29bf6924936b12fba5e26fe53ee192c9b4 100644
|
| --- a/chrome/browser/history/history_browsertest.cc
|
| +++ b/chrome/browser/history/history_browsertest.cc
|
| @@ -250,7 +250,8 @@ IN_PROC_BROWSER_TEST_F(HistoryBrowserTest,
|
| // Therefore, Page 11 should be in the history in addition to Page 12.
|
| LoadAndWaitForFile("history_length_test_page_11.html");
|
|
|
| - content::SimulateMouseClick(chrome::GetActiveWebContents(browser()));
|
| + content::SimulateMouseClick(chrome::GetActiveWebContents(browser()), 0,
|
| + WebKit::WebMouseEvent::ButtonLeft);
|
| LoadAndWaitForFile("history_length_test_page_11.html");
|
| }
|
|
|
|
|