diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 21:57:52 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 21:57:52 +0000 |
commit | 1bdffff7418eec3f0cac4385078484628a9ed35e (patch) | |
tree | dec5fe731510e24e77b006e6dd6a0a36650ed0e2 /chrome/test/ui | |
parent | 973c0eda70048d5d9c6e7a02c14fb25e48a3d218 (diff) | |
download | chromium_src-1bdffff7418eec3f0cac4385078484628a9ed35e.zip chromium_src-1bdffff7418eec3f0cac4385078484628a9ed35e.tar.gz chromium_src-1bdffff7418eec3f0cac4385078484628a9ed35e.tar.bz2 |
First part of automated_ui_tests improvements.
- disable unreliable RestoreTab action
- make more command sync, waiting for their completion
TEST=none
BUG=21547, 21636
Review URL: http://codereview.chromium.org/196096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui')
-rw-r--r-- | chrome/test/ui/ui_test.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc index b59d71f..cacd59d0 100644 --- a/chrome/test/ui/ui_test.cc +++ b/chrome/test/ui/ui_test.cc @@ -500,10 +500,6 @@ bool UITest::WaitForDownloadShelfVisibilityChange(BrowserProxy* browser, return false; } -// TODO(port): this #if effectively cuts out half of this file on -// non-Windows platforms, and is a temporary hack to get things -// building. -#if defined(OS_WIN) bool UITest::WaitForFindWindowVisibilityChange(BrowserProxy* browser, bool wait_for_open) { const int kCycles = 10; @@ -536,7 +532,6 @@ bool UITest::WaitForBookmarkBarVisibilityChange(BrowserProxy* browser, } return false; } -#endif // defined(OS_WIN) GURL UITest::GetActiveTabURL(int window_index) { scoped_refptr<TabProxy> tab_proxy(GetActiveTab(window_index)); |