Index: chrome/test/ui_test_utils.h |
=================================================================== |
--- chrome/test/ui_test_utils.h (revision 26154) |
+++ chrome/test/ui_test_utils.h (working copy) |
@@ -49,6 +49,12 @@ |
void WaitForNavigations(NavigationController* controller, |
int number_of_navigations); |
+// Waits for a new tab to be added to |browser|. |
+void WaitForNewTab(Browser* browser); |
+ |
+// Waits for a load stop for the specified |controller|. |
+void WaitForLoadStop(NavigationController* controller); |
+ |
// Navigates the selected tab of |browser| to |url|, blocking until the |
// navigation finishes. |
void NavigateToURL(Browser* browser, const GURL& url); |