Index: content/browser/plugin_browsertest.cc |
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc |
index b45d85da75bc0b4e54df7fdabb350cc424e00081..71e3b8cf11d1e5de2e965d7e5e095ec8670bffb7 100644 |
--- a/content/browser/plugin_browsertest.cc |
+++ b/content/browser/plugin_browsertest.cc |
@@ -166,7 +166,8 @@ IN_PROC_BROWSER_TEST_F(PluginTest, |
string16 expected_title(ASCIIToUTF16("OK")); |
TitleWatcher title_watcher(shell()->web_contents(), expected_title); |
title_watcher.AlsoWaitForTitle(ASCIIToUTF16("FAIL")); |
- SimulateMouseClick(shell()->web_contents()); |
+ SimulateMouseClick(shell()->web_contents(), 0, |
+ WebKit::WebMouseEvent::ButtonLeft); |
EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle()); |
} |
#endif |