| 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 9ad83d365acadbfab7b83303909405af49572df4..1a22b15a1cdde626e91c20bb7ec40f58b327629f 100644
|
| --- a/content/browser/web_contents/web_contents_impl_unittest.cc
|
| +++ b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| @@ -946,7 +946,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, GURL(), Referrer(), 1, GlobalRequestID(0, 0));
|
|
|
| // 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
|
|
|