Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: content/browser/security_exploit_browsertest.cc

Issue 187843005: Remove stale frame ID references for RequestTransferURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove incorrect check. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/security_exploit_browsertest.cc
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
index 4da524aa64d88e05209b01f984d87da47d0e7088..a5896f4409ddd301ef32f28d5e4fc73741940a90 100644
--- a/content/browser/security_exploit_browsertest.cc
+++ b/content/browser/security_exploit_browsertest.cc
@@ -60,7 +60,6 @@ RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell,
wc->GetFrameTree()->root()->navigator()->RequestOpenURL(
wc->GetFrameTree()->root()->current_frame_host(), extension_url,
Referrer(), CURRENT_TAB,
- wc->GetFrameTree()->root()->current_frame_host()->GetRoutingID(),
false, true);
// Since the navigation above requires a cross-process swap, there will be a

Powered by Google App Engine
This is Rietveld 408576698