Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1207)

Unified Diff: content/public/test/browser_test_utils.h

Issue 11235048: Test suite that monitors the disposition of JS-created windows based on what (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up html Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..1b649a310bfe719c83cb4f185aa1b08e1bb4712d 100644
--- a/content/public/test/browser_test_utils.h
+++ b/content/public/test/browser_test_utils.h
@@ -61,6 +61,10 @@ 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 SimulateModifiedMouseClick(WebContents* web_contents, int modifiers,
sky 2012/10/23 00:53:38 each param on its own line. The name of this shoul
ericu 2012/10/23 18:05:33 Done.
+ WebKit::WebMouseEvent::Button button);
// Simulates asynchronously a mouse enter/move/leave event.
void SimulateMouseEvent(WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698