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 aded7ae002fe4e2db15d7c3e77498d79b0db2460..c11cb513dfcd95104099a7277c24f79bae881340 100644 |
--- a/content/browser/web_contents/web_contents_impl_unittest.cc |
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc |
@@ -1062,7 +1062,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 |