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

Unified Diff: content/browser/site_instance_impl.cc

Issue 2437253002: Improve TDI render process naming in the task manager. (Closed)
Patch Set: typo 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/site_instance_impl.cc
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc
index c12a0c79160a24dea7b2667816cb670fc4f89114..7980783a7d3ed0acfe3da00d14a192471abd8e75 100644
--- a/content/browser/site_instance_impl.cc
+++ b/content/browser/site_instance_impl.cc
@@ -239,6 +239,10 @@ bool SiteInstanceImpl::RequiresDedicatedProcess() {
return DoesSiteRequireDedicatedProcess(GetBrowserContext(), site_);
}
+bool SiteInstanceImpl::IsDefaultSubframeSiteInstance() const {
+ return is_default_subframe_site_instance_;
+}
+
void SiteInstanceImpl::IncrementActiveFrameCount() {
active_frame_count_++;
}

Powered by Google App Engine
This is Rietveld 408576698