| 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 318fb62f16bc980634bf89b757205924d5524707..8849581b2df92570c23085c31f40e86f9ce0db8d 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
|
| @@ -1097,6 +1097,7 @@ TEST_F(NavigationControllerTest, LoadURL_WithBindings) {
|
| contents()->GetPendingRenderViewHost()->AllowBindings(1);
|
| static_cast<TestRenderViewHost*>(
|
| contents()->GetPendingRenderViewHost())->SendNavigate(1, url2);
|
| + orig_rvh->OnSwappedOut(false);
|
|
|
| // The second load should be committed, and bindings should be remembered.
|
| EXPECT_EQ(controller.GetEntryCount(), 2);
|
|
|