| Index: content/browser/browsing_instance.cc
|
| diff --git a/content/browser/browsing_instance.cc b/content/browser/browsing_instance.cc
|
| index 7739d42e5fa0c3a790ccc751922f72c5f457d65a..34bfa5045ab1751ed1a8154afeb82ca171fdc9d0 100644
|
| --- a/content/browser/browsing_instance.cc
|
| +++ b/content/browser/browsing_instance.cc
|
| @@ -37,7 +37,8 @@ bool BrowsingInstance::ShouldUseProcessPerSite(const GURL& url) {
|
| // process creation logic in RenderProcessHost, so we do not need to worry
|
| // about it here.
|
|
|
| - if (url.SchemeIs(chrome::kExtensionScheme))
|
| + if (content::GetContentClient()->browser()->ShouldUseProcessPerSite(profile_,
|
| + url))
|
| return true;
|
|
|
| // DevTools pages have WebUI type but should not reuse the same host.
|
|
|