| 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 f01cc7aa831af82daefb1c98162e514d4c379290..9db04746d2215b92d3f7ac5df147a4793ea9b1fa 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -3652,7 +3652,7 @@ TEST_F(NavigationControllerTest, ShowBrowserURLAfterFailUntilModified) {
|
| // stop or a new navigation from the user. The URL should remain visible.
|
| if (IsBrowserSideNavigationEnabled()) {
|
| static_cast<NavigatorImpl*>(main_test_rfh()->frame_tree_node()->navigator())
|
| - ->CancelNavigation(main_test_rfh()->frame_tree_node());
|
| + ->CancelNavigation(main_test_rfh()->frame_tree_node(), true);
|
| } else {
|
| FrameHostMsg_DidFailProvisionalLoadWithError_Params params;
|
| params.error_code = net::ERR_ABORTED;
|
|
|