Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4106)

Unified Diff: chrome/common/chrome_content_client.cc

Issue 2850793005: Remove command line/field trial support and configs for Isolate Extensions. (Closed)
Patch Set: Rebase. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/site_details_browsertest.cc ('k') | chrome/common/extensions/extension_process_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/site_details_browsertest.cc ('k') | chrome/common/extensions/extension_process_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698