Add a chrome://flags entry for kProcessSharingWithStrictSiteInstances
Bug: 928390
Change-Id: If3ad1ee79805b328415c8fc5bd65a0f8516dad8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585143
Reviewed-by: Nate Chapin <[email protected]>
Reviewed-by: Alex Moshchuk <[email protected]>
Commit-Queue: Nate Chapin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#654558}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0daf11b9..53d055b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2627,6 +2627,18 @@
"#site-isolation-trial-opt-out for how to disable site isolation for "
"testing.";
+extern const char kProcessSharingWithStrictSiteInstancesName[] =
+ "Process sharing with strict site instances";
+extern const char kProcessSharingWithStrictSiteInstancesDescription[] =
+ "When site isolation is disabled, this mode changes how sites are lumped "
+ "in to a shared process. Process selection is usually controlled with "
+ "site instances. With strict site isolation, each site on a page gets its "
+ "own site instance and process. With site isolation disabled and without "
+ "this mode, all sites that share a process are put into the same site "
+ "instance. This mode adds a third way: site instances are strictly "
+ "separated like strict site isolation, but process selection puts multiple "
+ "site instances in a single process.";
+
const char kTranslateAndroidManualTriggerName[] =
"Enable manual translate trigger";
const char kTranslateAndroidManualTriggerDescription[] =