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 775feb3debf69d04b8a1b09e76f1337665ef18f5..b4b60c463557dc6b62ddbb399fc131cf8d290979 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 |