diff options
Diffstat (limited to 'chrome/browser/tab_contents/site_instance.h')
-rw-r--r-- | chrome/browser/tab_contents/site_instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/site_instance.h b/chrome/browser/tab_contents/site_instance.h index 141f61c..6e25a2b 100644 --- a/chrome/browser/tab_contents/site_instance.h +++ b/chrome/browser/tab_contents/site_instance.h @@ -109,7 +109,7 @@ class SiteInstance : public base::RefCounted<SiteInstance> { // this SiteInstance becomes ref counted, by storing it in a scoped_refptr. // // The render process host factory may be NULL. See SiteInstance constructor. - // + // // TODO(creis): This may be an argument to build a pass_refptr<T> class, as // Darin suggests. static SiteInstance* CreateSiteInstance(Profile* profile); |