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

Unified Diff: content/browser/renderer_host/browser_render_process_host.h

Issue 8033001: Delegate decision what site instances can be rendered in what process to chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 3 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/renderer_host/browser_render_process_host.h
diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h
index 97297e937d3a79bbb8235ac15ec90d19879b9750..9bd890d0a72a51ead4fab851187a5a0c844b3bf9 100644
--- a/content/browser/renderer_host/browser_render_process_host.h
+++ b/content/browser/renderer_host/browser_render_process_host.h
@@ -87,6 +87,8 @@ class BrowserRenderProcessHost : public RenderProcessHost,
private:
friend class VisitRelayingRenderProcessHost;
+ virtual bool IsSuitableHost(const GURL& site_url) OVERRIDE;
+
// Creates and adds the IO thread message filters.
void CreateMessageFilters();

Powered by Google App Engine
This is Rietveld 408576698