Index: chrome/browser/session_history_uitest.cc |
diff --git a/chrome/browser/session_history_uitest.cc b/chrome/browser/session_history_uitest.cc |
index fe06d8b8ba10c2dd7cc4b4b55dd5135fd7979173..7f2b65a93701f97ab552f2ac16ebeae2edc703b0 100644 |
--- a/chrome/browser/session_history_uitest.cc |
+++ b/chrome/browser/session_history_uitest.cc |
@@ -492,8 +492,9 @@ TEST_F(SessionHistoryTest, FLAKY_LocationReplace) { |
HTTPTestServer::CreateServer(kDocRoot, NULL); |
ASSERT_TRUE(NULL != server.get()); |
- ASSERT_TRUE(tab_->NavigateToURL(server->TestServerPage( |
- "files/session_history/replace.html?no-title.html"))); |
+ ASSERT_TRUE(tab_->NavigateToURLBlockUntilNavigationsComplete( |
Mike Belshe
2009/11/26 17:03:12
Is this an accidental file inclusion to this CL?
|
+ server->TestServerPage( |
+ "files/session_history/replace.html?no-title.html"), 2)); |
EXPECT_EQ(L"", GetTabTitle()); |
} |