diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 19:48:55 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 19:48:55 +0000 |
commit | 120f05fa80e35a372331dfe901e65c74383d3d30 (patch) | |
tree | 6db2020ab2f6f41805524b3aa693d04c146f4057 /chrome/test/ui_test_utils.h | |
parent | 45904e20797f8cd28a776ed0e40ba94dc4eef97e (diff) | |
download | chromium_src-120f05fa80e35a372331dfe901e65c74383d3d30.zip chromium_src-120f05fa80e35a372331dfe901e65c74383d3d30.tar.gz chromium_src-120f05fa80e35a372331dfe901e65c74383d3d30.tar.bz2 |
revert until I can figure out why the tests are hanging
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13448 0039d316-1c4b-4281-b951-d872f2087c98
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_ |