Index: content/browser/frame_host/navigation_controller_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
index 66585200bb8b89d4285c19574d99f302d154509c..42c4ff9571193f3d3582bc1d7d47a734b9d25af3 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
@@ -3477,7 +3477,7 @@ TEST_F(NavigationControllerTest, ShowBrowserURLAfterFailUntilModified) { |
params.showing_repost_interstitial = false; |
main_test_rfh()->OnMessageReceived( |
FrameHostMsg_DidFailProvisionalLoadWithError(0, params)); |
- contents()->SetIsLoading(false, true, NULL); |
+ main_test_rfh()->OnMessageReceived(FrameHostMsg_DidStopLoading(0)); |
EXPECT_EQ(url, controller.GetVisibleEntry()->GetURL()); |
// If something else later modifies the contents of the about:blank page, then |