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

Unified Diff: content/public/common/content_switches.cc

Issue 2831683002: Introduce support for origins that require process isolation. (Closed)
Patch Set: Update comments 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 1704d64df5d47419201301960b7af5103d74e13d..3238ea6f711fb3f7535f90e295a5cfd7e0707b40 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -604,6 +604,11 @@ const char kInProcessGPU[] = "in-process-gpu";
// connection from the browser before killing itself.
const char kIPCConnectionTimeout[] = "ipc-connection-timeout";
+// Enable process isolation for a set of origins, specified as a
+// comma-separated list. For example:
+// --isolate-origins=https://www.foo.com,https://www.bar.com
+const char kIsolateOrigins[] = "isolate-origins";
+
// Chrome is running in Mash.
const char kIsRunningInMash[] = "is-running-in-mash";

Powered by Google App Engine
This is Rietveld 408576698