diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-04 15:49:08 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-04 15:49:08 +0000 |
commit | 36fb2c7c17069ad7b6d767e4c40b8ee29b762cf8 (patch) | |
tree | 2e87bed9b96d30210008b64fde9e90fe7d6a399d /content/browser/site_instance.h | |
parent | 2bd51de1a5ffc4514a11c3f18c7e2e5f1b92d728 (diff) | |
download | chromium_src-36fb2c7c17069ad7b6d767e4c40b8ee29b762cf8.zip chromium_src-36fb2c7c17069ad7b6d767e4c40b8ee29b762cf8.tar.gz chromium_src-36fb2c7c17069ad7b6d767e4c40b8ee29b762cf8.tar.bz2 |
Get rid of extensions dependency from content\browser.
BUG=76789
Review URL: http://codereview.chromium.org/6693054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80315 0039d316-1c4b-4281-b951-d872f2087c98
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 |