Chromium Code Reviews| 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..4fc4e1a0c0ac484fc3c7cf0569340ee75b7a0ee1 100644 |
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
| @@ -790,6 +790,7 @@ TEST_F(NavigationControllerTest, LoadURL_NewPending) { |
| // After the beforeunload but before it commits, do a new navigation. |
| main_test_rfh()->PrepareForCommit(); |
| const GURL kNewURL("http://see"); |
| + main_test_rfh()->SendRendererInitiatedNavigationRequest(kNewURL, true); |
|
nasko
2015/03/16 18:48:37
I think this is already in Carlos' recent CL.
carlosk
2015/03/17 14:42:59
It is. Rebasing will sort it out.
|
| main_test_rfh()->PrepareForCommit(); |
| contents()->GetMainFrame()->SendNavigate(3, kNewURL); |