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, |