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 f41b5e80cb82e0a44eb07d15ec4bb41b272f4c22..6a2a9a29e37585f039cc493edecc5b5fac01b158 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
@@ -1095,6 +1095,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); |