diff options
Diffstat (limited to 'chrome/browser/tab_restore_uitest.cc')
-rw-r--r-- | chrome/browser/tab_restore_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/tab_restore_uitest.cc b/chrome/browser/tab_restore_uitest.cc index 73327ac..0bf2dbe 100644 --- a/chrome/browser/tab_restore_uitest.cc +++ b/chrome/browser/tab_restore_uitest.cc @@ -48,7 +48,8 @@ class TabRestoreUITest : public UITest { // Wait for the restored tab to finish loading. scoped_ptr<TabProxy> restored_tab_proxy( browser_proxy->GetTab(restored_tab_count - 1)); - ASSERT_TRUE(restored_tab_proxy->WaitForTabToBeRestored(kWaitForActionMsec)); + ASSERT_TRUE(restored_tab_proxy->WaitForTabToBeRestored( + action_timeout_ms())); } GURL url1_; |