| Index: content/public/browser/site_instance.h
|
| diff --git a/content/public/browser/site_instance.h b/content/public/browser/site_instance.h
|
| index 6cf9217fdebfa030f69cefdf32c486f4db15ca69..dabbecea5bb7213e6c84eecfc20b03fea983b687 100644
|
| --- a/content/public/browser/site_instance.h
|
| +++ b/content/public/browser/site_instance.h
|
| @@ -125,6 +125,9 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance> {
|
| // process. This only returns true under the "site per process" process model.
|
| virtual bool RequiresDedicatedProcess() = 0;
|
|
|
| + // TODO(xiaochengh): Say something...
|
| + virtual bool IsForDoghouse() const = 0;
|
| +
|
| // Factory method to create a new SiteInstance. This will create a new
|
| // new BrowsingInstance, so it should only be used when creating a new tab
|
| // from scratch (or similar circumstances). Callers should ensure that
|
|
|