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

Unified Diff: content/browser/site_instance_impl.h

Issue 2573213002: Consolidate all TDI SiteInstances into one render process. (Closed)
Patch Set: comment nit Created 3 years, 11 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 | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/site_instance_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/site_instance_impl.h
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h
index 3b05af89bf16585b084d402b36fe60c7d1f1c578..fc2ad85bd30738cf2167cc2bd8735aeebe7ced99 100644
--- a/content/browser/site_instance_impl.h
+++ b/content/browser/site_instance_impl.h
@@ -144,6 +144,11 @@ class CONTENT_EXPORT SiteInstanceImpl final : public SiteInstance,
// Used to restrict a process' origin access rights.
void LockToOrigin();
+ // This gets the render process to use for default subframe site instances.
+ RenderProcessHost* GetDefaultSubframeProcessHost(
+ BrowserContext* browser_context,
+ bool is_for_guests_only);
+
void set_is_default_subframe_site_instance() {
is_default_subframe_site_instance_ = true;
}
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/site_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698