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

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

Issue 2437253002: Improve TDI render process naming in the task manager. (Closed)
Patch Set: ncarter Created 4 years, 2 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/frame_host/render_frame_host_manager.cc
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc
index 4971162605e15af9aeef844cb10914d3aad81d74..98badf7a667e6bd9775ca3b4631bc86b42863ed0 100644
--- a/content/browser/frame_host/render_frame_host_manager.cc
+++ b/content/browser/frame_host/render_frame_host_manager.cc
@@ -1487,7 +1487,7 @@ bool RenderFrameHostManager::IsRendererTransferNeededForNavigation(
if (SiteIsolationPolicy::IsTopDocumentIsolationEnabled() &&
(!frame_tree_node_->IsMainFrame() ||
- rfh->GetSiteInstance()->is_default_subframe_site_instance())) {
+ rfh->GetSiteInstance()->IsDefaultSubframeSiteInstance())) {
// Always attempt a transfer in these cases.
return true;
}
« no previous file with comments | « chrome/browser/task_manager/providers/web_contents/web_contents_task_provider.cc ('k') | content/browser/site_instance_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698