| Index: chrome/test/ui/fast_shutdown_uitest.cc
|
| diff --git a/chrome/test/ui/fast_shutdown_uitest.cc b/chrome/test/ui/fast_shutdown_uitest.cc
|
| index 8b2b5546c8f6e3e3932d1e15c3ddb7b13bd55a5b..6f4e1749b3ed9e8d9c298c54ef7873814b961813 100644
|
| --- a/chrome/test/ui/fast_shutdown_uitest.cc
|
| +++ b/chrome/test/ui/fast_shutdown_uitest.cc
|
| @@ -26,8 +26,7 @@ TEST_F(FastShutdown, DISABLED_SlowTermination) {
|
| ASSERT_TRUE(window.get());
|
|
|
| // This page has an unload handler.
|
| - GURL url = GetTestUrl(L"fast_shutdown", L"on_unloader.html");
|
| - NavigateToURLBlockUntilNavigationsComplete(url, 1);
|
| + NavigateToURL(GetTestUrl(L"fast_shutdown", L"on_unloader.html"));
|
| gfx::Rect bounds;
|
| ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER, &bounds, true));
|
| // This click will launch a popup which has a before unload handler.
|
|
|