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

Unified Diff: chrome/browser/site_details.h

Issue 2850793005: Remove command line/field trial support and configs for Isolate Extensions. (Closed)
Patch Set: Remove more cases of "isolate.*extension" 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
Index: chrome/browser/site_details.h
diff --git a/chrome/browser/site_details.h b/chrome/browser/site_details.h
index f9201a5985631fa1c2fa49c6fbffa8f4715619f1..ce5b3cd40fab008c849530621a57b8b9614dcdcb 100644
--- a/chrome/browser/site_details.h
+++ b/chrome/browser/site_details.h
@@ -43,8 +43,7 @@ enum IsolationScenarioType {
ISOLATE_NOTHING,
ISOLATE_ALL_SITES,
ISOLATE_HTTPS_SITES,
- ISOLATE_EXTENSIONS,
- ISOLATION_SCENARIO_LAST = ISOLATE_EXTENSIONS
+ ISOLATION_SCENARIO_LAST = ISOLATE_HTTPS_SITES
};
// Contains the state required to estimate the process count under a particular

Powered by Google App Engine
This is Rietveld 408576698