| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index ac5ffb50b3f07e563a8f70eafef91bfcc25bf47c..757c8453306d10bef011faf2a344546da66f2666 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -71,7 +71,6 @@
|
| #endif
|
|
|
| #if BUILDFLAG(ENABLE_EXTENSIONS)
|
| -#include "chrome/common/extensions/extension_process_policy.h"
|
| #include "extensions/common/features/feature_util.h"
|
| #endif
|
|
|
| @@ -689,7 +688,7 @@ bool ChromeContentClient::AllowScriptExtensionForServiceWorker(
|
|
|
| bool ChromeContentClient::IsSupplementarySiteIsolationModeEnabled() {
|
| #if BUILDFLAG(ENABLE_EXTENSIONS)
|
| - return extensions::IsIsolateExtensionsEnabled();
|
| + return true;
|
| #else
|
| return false;
|
| #endif
|
|
|