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

Unified Diff: content/browser/site_instance.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
« no previous file with comments | « content/browser/renderer_host/render_process_host.cc ('k') | content/browser/site_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/site_instance.h
diff --git a/content/browser/site_instance.h b/content/browser/site_instance.h
index 6ff2588b71c2ef850063d82ab540ca24eb90ce64..0a3494f403edc42851f104e51d00f270e8f386de 100644
--- a/content/browser/site_instance.h
+++ b/content/browser/site_instance.h
@@ -148,9 +148,6 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance>,
static bool IsSameWebSite(content::BrowserContext* browser_context,
const GURL& url1, const GURL& url2);
- // Returns the renderer type for this URL.
- static RenderProcessHost::Type RendererTypeForURL(const GURL& url);
-
protected:
friend class base::RefCounted<SiteInstance>;
friend class BrowsingInstance;
@@ -167,10 +164,6 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance>,
static GURL GetEffectiveURL(content::BrowserContext* browser_context,
const GURL& url);
- // Returns the type of renderer process this instance belongs in, for grouping
- // purposes.
- RenderProcessHost::Type GetRendererType();
-
private:
// NotificationObserver implementation.
virtual void Observe(int type,
« no previous file with comments | « content/browser/renderer_host/render_process_host.cc ('k') | content/browser/site_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698