| Index: content/browser/security_exploit_browsertest.cc
|
| diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
|
| index 68430ad3af7deebdfc00beefeb459d6157cad184..dd1d437f47f3e02a438c4577e432bd803447d5df 100644
|
| --- a/content/browser/security_exploit_browsertest.cc
|
| +++ b/content/browser/security_exploit_browsertest.cc
|
| @@ -68,9 +68,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,
|
| - Referrer(), CURRENT_TAB,
|
| - false, true);
|
| + wc->GetFrameTree()->root()->current_frame_host(), extension_url, nullptr,
|
| + Referrer(), CURRENT_TAB, false, true);
|
|
|
| // Since the navigation above requires a cross-process swap, there will be a
|
| // pending RenderViewHost. Ensure it exists and is in a different process
|
|
|