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

Unified Diff: content/browser/frame_host/navigator_impl.cc

Issue 147363007: Enable the CrossSiteIframe test for --site-per-process to catch regressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | content/browser/site_per_process_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigator_impl.cc
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
index afee5754d54caee32a8e3ae5ab9fbd7c3d00bffc..97985834917ca936e0c7e5e1ce7df0837ba53163 100644
--- a/content/browser/frame_host/navigator_impl.cc
+++ b/content/browser/frame_host/navigator_impl.cc
@@ -399,8 +399,6 @@ void NavigatorImpl::DidNavigate(
if (use_site_per_process) {
frame_tree_node_id =
render_frame_host->frame_tree_node()->frame_tree_node_id();
- DCHECK_EQ(params.frame_id,
- render_frame_host->frame_tree_node()->frame_id());
// TODO(creis): In the short term, cross-process subframe navigations are
// happening in the pending RenderViewHost's top-level frame. (We need to
« no previous file with comments | « no previous file | content/browser/site_per_process_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698