| Index: content/browser/site_instance.h
|
| ===================================================================
|
| --- content/browser/site_instance.h (revision 80243)
|
| +++ content/browser/site_instance.h (working copy)
|
| @@ -149,10 +149,7 @@
|
| // 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
|
|
|