diff options
Diffstat (limited to 'content/browser/site_instance.h')
-rw-r--r-- | content/browser/site_instance.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/browser/site_instance.h b/content/browser/site_instance.h index 1c41abd2..76f966e 100644 --- a/content/browser/site_instance.h +++ b/content/browser/site_instance.h @@ -149,10 +149,7 @@ class SiteInstance : public base::RefCounted<SiteInstance>, // GetRelatedSiteInstance instead. explicit SiteInstance(BrowsingInstance* browsing_instance); - // Get the effective URL for the given actual URL. If the URL is part of an - // installed app, the effective URL is an extension URL with the ID of that - // extension as the host. This has the effect of grouping apps together in - // a common SiteInstance. + // Get the effective URL for the given actual URL. static GURL GetEffectiveURL(Profile* profile, const GURL& url); // Returns the type of renderer process this instance belongs in, for grouping |