diff options
Diffstat (limited to 'chrome/test/ui_test_utils.h')
-rw-r--r-- | chrome/test/ui_test_utils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h index ced32d2..f0433b0 100644 --- a/chrome/test/ui_test_utils.h +++ b/chrome/test/ui_test_utils.h @@ -21,20 +21,10 @@ void RunMessageLoop(); // the navigation finishes. void WaitForNavigation(NavigationController* controller); -// Waits for |controller| to complete a navigation. This blocks until -// the specified number of navigations complete. -void WaitForNavigations(NavigationController* controller, - int number_of_navigations); - // Navigates the selected tab of |browser| to |url|, blocking until the // navigation finishes. void NavigateToURL(Browser* browser, const GURL& url); -// Navigates the selected tab of |browser| to |url|, blocking until the -// number of navigations specified complete. -void NavigateToURLBlockUntilNavigationsComplete(Browser* browser, - const GURL& url, - int number_of_navigations); } #endif // CHROME_TEST_UI_TEST_UTILS_H_ |