Index: content/browser/security_exploit_browsertest.cc |
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc |
index 872cdd487e0dca4dac0994a43edbd544fe18b7d0..3dff8ec3ad7c5834944c75d608e3e91670bd7b9d 100644 |
--- a/content/browser/security_exploit_browsertest.cc |
+++ b/content/browser/security_exploit_browsertest.cc |
@@ -93,7 +93,7 @@ RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell, |
wc->GetFrameTree()->root()->navigator()->RequestOpenURL( |
wc->GetFrameTree()->root()->current_frame_host(), extension_url, false, |
nullptr, std::string(), Referrer(), WindowOpenDisposition::CURRENT_TAB, |
- false, false, true); |
+ 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 |