diff options
Diffstat (limited to 'content/browser/site_instance_impl.cc')
-rw-r--r-- | content/browser/site_instance_impl.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc index 96af8fc..5930d83 100644 --- a/content/browser/site_instance_impl.cc +++ b/content/browser/site_instance_impl.cc @@ -236,8 +236,7 @@ SiteInstance* SiteInstance::Create(BrowserContext* browser_context) { /*static*/ SiteInstance* SiteInstance::CreateForURL(BrowserContext* browser_context, const GURL& url) { - // This BrowsingInstance may be deleted if it returns an existing - // SiteInstance. + // This will create a new SiteInstance and BrowsingInstance. scoped_refptr<BrowsingInstance> instance( new BrowsingInstance(browser_context)); return instance->GetSiteInstanceForURL(url); |