| Index: content/browser/site_instance_impl.h
|
| diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h
|
| index 2c55688bc323424f5c5227157d9ceacf440ba551..3bbaf337544a187e71b16a8f932d9fb0f800d3eb 100644
|
| --- a/content/browser/site_instance_impl.h
|
| +++ b/content/browser/site_instance_impl.h
|
| @@ -27,6 +27,7 @@ class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance,
|
| SiteInstance* GetRelatedSiteInstance(const GURL& url) override;
|
| bool IsRelatedSiteInstance(const SiteInstance* instance) override;
|
| size_t GetRelatedActiveContentsCount() override;
|
| + bool RequiresDedicatedProcess() override;
|
|
|
| // Set the web site that this SiteInstance is rendering pages for.
|
| // This includes the scheme and registered domain, but not the port. If the
|
|
|