| 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 e5ce493262856eb2942f043ec63b5519c65a3894..d36b256d028c6fe5caed3cffcabfb96cad4eb72a 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -3091,7 +3091,7 @@ TEST_F(NavigationControllerTest, ShowBrowserURLAfterFailUntilModified) {
|
| params.showing_repost_interstitial = false;
|
| main_test_rfh()->OnMessageReceived(
|
| FrameHostMsg_DidFailProvisionalLoadWithError(0, params));
|
| - contents()->SetIsLoading(test_rvh(), false, true, NULL);
|
| + contents()->SetIsLoading(false, true, NULL);
|
| EXPECT_EQ(url, controller.GetVisibleEntry()->GetURL());
|
|
|
| // If something else later modifies the contents of the about:blank page, then
|
|
|