| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index cd5835c9bc99548b63e809be4ae46db8269726b1..f9d6d7f935e50d0255017c7e2c568db8317eb30a 100644
|
| --- a/content/browser/security_exploit_browsertest.cc
|
| +++ b/content/browser/security_exploit_browsertest.cc
|
| @@ -87,8 +87,8 @@ RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell,
|
| GURL extension_url("https://bar.com/simple_page.html");
|
| WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell->web_contents());
|
| wc->GetFrameTree()->root()->navigator()->RequestOpenURL(
|
| - wc->GetFrameTree()->root()->current_frame_host(), extension_url, nullptr,
|
| - Referrer(), CURRENT_TAB, false, true);
|
| + wc->GetFrameTree()->root()->current_frame_host(), extension_url, false,
|
| + nullptr, nullptr, Referrer(), CURRENT_TAB, false, true);
|
|
|
| // Since the navigation above requires a cross-process swap, there will be a
|
| // speculative/pending RenderFrameHost. Ensure it exists and is in a different
|
|
|