Index: content/public/test/browser_test_utils.h |
diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h |
index b807e3194aab4be867adf93569dd1a7048a1a30a..09d84bea3253a3591a0bb3cdede25b522e6acf6f 100644 |
--- a/content/public/test/browser_test_utils.h |
+++ b/content/public/test/browser_test_utils.h |
@@ -59,8 +59,11 @@ void WaitForLoadStop(WebContents* web_contents); |
// Causes the specified web_contents to crash. Blocks until it is crashed. |
void CrashTab(WebContents* web_contents); |
-// Simulates clicking at the center of the given tab asynchronously. |
-void SimulateMouseClick(WebContents* web_contents); |
+// Simulates clicking at the center of the given tab asynchronously; modifiers |
+// may contain bits from WebInputEvent::Modifiers. |
+void SimulateMouseClick(WebContents* web_contents, |
+ int modifiers, |
+ WebKit::WebMouseEvent::Button button); |
// Simulates asynchronously a mouse enter/move/leave event. |
void SimulateMouseEvent(WebContents* web_contents, |