Index: content/browser/tab_contents/test_web_contents.cc |
diff --git a/content/browser/tab_contents/test_web_contents.cc b/content/browser/tab_contents/test_web_contents.cc |
index da27f49e8b4128adee0d083cf805cfc4893513f7..e8408df5ab58432584ca3f71a627e926c9fe1b2b 100644 |
--- a/content/browser/tab_contents/test_web_contents.cc |
+++ b/content/browser/tab_contents/test_web_contents.cc |
@@ -134,7 +134,7 @@ void TestWebContents::CommitPendingNavigation() { |
// Simulate the SwapOut_ACK that fires if you commit a cross-site navigation |
// without making any network requests. |
if (old_rvh != rvh) |
- static_cast<RenderViewHostImpl*>(old_rvh)->OnSwapOutACK(); |
+ static_cast<RenderViewHostImpl*>(old_rvh)->OnSwapOutACK(false); |
} |
int TestWebContents::GetNumberOfFocusCalls() { |