Index: content/browser/web_contents/web_contents_impl_unittest.cc |
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc |
index acb9ef8ff26a768571404e2734ad9ccb73377486..44449c55a54e2a19928fc001dabc4555efa16c69 100644 |
--- a/content/browser/web_contents/web_contents_impl_unittest.cc |
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc |
@@ -1021,7 +1021,7 @@ TEST_F(WebContentsImplTest, CrossSiteCantPreemptAfterUnload) { |
// Simulate the pending renderer's response, which leads to an unload request |
// being sent to orig_rvh. |
contents()->GetRenderManagerForTesting()->OnCrossSiteResponse( |
- pending_rvh, GlobalRequestID(0, 0)); |
+ pending_rvh, GlobalRequestID(0, 0), false, GURL(), Referrer(), 1); |
// Suppose the original renderer navigates now, while the unload request is in |
// flight. We should ignore it, wait for the unload ack, and let the pending |