diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 18:49:02 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 18:49:02 +0000 |
commit | f5b3bda9fea3606111ed4e1b7cb36df44e8448b7 (patch) | |
tree | f7722c67414ae3fb0f7a8f780eaee8d3c70748ce /chrome/browser/tab_restore_uitest.cc | |
parent | 16e785bf7ae2d1910d38e0e5843acd4648d50b21 (diff) | |
download | chromium_src-f5b3bda9fea3606111ed4e1b7cb36df44e8448b7.zip chromium_src-f5b3bda9fea3606111ed4e1b7cb36df44e8448b7.tar.gz chromium_src-f5b3bda9fea3606111ed4e1b7cb36df44e8448b7.tar.bz2 |
UI test string portage.
These files now compile on linux (but they don't link) and they still pass windows. When Pawel gets done with his changes to UI test stuff, we should be able to just enable these tests.
The changes to chrome.gyp are just to fix lint errors.
Review URL: http://codereview.chromium.org/63149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_restore_uitest.cc')
-rw-r--r-- | chrome/browser/tab_restore_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_restore_uitest.cc b/chrome/browser/tab_restore_uitest.cc index b72e6dc..6a16c9b 100644 --- a/chrome/browser/tab_restore_uitest.cc +++ b/chrome/browser/tab_restore_uitest.cc @@ -103,7 +103,7 @@ TEST_F(TabRestoreUITest, RestoreToDifferentWindow) { tab_proxy->NavigateToURL(url2_); // Create a new browser. - ASSERT_TRUE(automation()->OpenNewBrowserWindow(SW_HIDE)); + ASSERT_TRUE(automation()->OpenNewBrowserWindow(false)); ASSERT_TRUE(automation()->WaitForWindowCountToBecome( 2, action_max_timeout_ms())); @@ -225,7 +225,7 @@ TEST_F(TabRestoreUITest, RestoreWindow) { // Create a new window. int window_count; ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); - ASSERT_TRUE(automation()->OpenNewBrowserWindow(SW_HIDE)); + ASSERT_TRUE(automation()->OpenNewBrowserWindow(false)); ASSERT_TRUE(automation()->WaitForWindowCountToBecome( ++window_count, action_max_timeout_ms())); |