Index: content/browser/web_contents/test_web_contents.cc |
diff --git a/content/browser/web_contents/test_web_contents.cc b/content/browser/web_contents/test_web_contents.cc |
index 0a1ca78512b38d807350bfeb8943a1a8c4913e02..100c518ad113967919433a1d40c89f4402fa8d2f 100644 |
--- a/content/browser/web_contents/test_web_contents.cc |
+++ b/content/browser/web_contents/test_web_contents.cc |
@@ -150,7 +150,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() { |