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

Unified Diff: chrome/common/extensions/extension_process_policy.cc

Issue 2441803002: DO NOT COMMIT: Revert "Enable subframe FrameNavigationEntries by default." (Closed)
Patch Set: Fix bug in UpdateState. Created 4 years, 2 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
Index: chrome/common/extensions/extension_process_policy.cc
diff --git a/chrome/common/extensions/extension_process_policy.cc b/chrome/common/extensions/extension_process_policy.cc
index 0bb15915d62ec6a0ff7215d17537e3d813502aa4..09dbb903a1f0450ff873ef17599a3eb534c510ac 100644
--- a/chrome/common/extensions/extension_process_policy.cc
+++ b/chrome/common/extensions/extension_process_policy.cc
@@ -68,11 +68,8 @@ bool CrossesExtensionProcessBoundary(
}
bool IsIsolateExtensionsEnabled() {
- const std::string group_name =
- base::FieldTrialList::FindFullName("SiteIsolationExtensions");
- bool is_control_group = base::StartsWith(
- group_name, "Control", base::CompareCase::INSENSITIVE_ASCII);
- return !is_control_group;
+ // DO NOT COMMIT.
+ return false;
}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698