| Index: content/browser/browsing_instance.h
|
| diff --git a/content/browser/browsing_instance.h b/content/browser/browsing_instance.h
|
| index 0cb80ac80a986940d242d23f538a8460c6bde2dc..f3bb47b81d127fa367cdd19faa65d7064ffbf8de 100644
|
| --- a/content/browser/browsing_instance.h
|
| +++ b/content/browser/browsing_instance.h
|
| @@ -108,6 +108,9 @@ class CONTENT_EXPORT BrowsingInstance
|
| // must belong.
|
| BrowserContext* const browser_context_;
|
|
|
| + // TODO(xiaochengh): Say something...
|
| + SiteInstance* GetDoghouseSiteInstance() const;
|
| +
|
| // Map of site to SiteInstance, to ensure we only have one SiteInstance per
|
| // site. The site string should be the possibly_invalid_spec() of a GURL
|
| // obtained with SiteInstanceImpl::GetSiteForURL. Note that this map may not
|
|
|