Hello
embedd...@chromium.org,
PSA:
https://crrev.com/c/1316649 will remove chrome://flags/#enable-site-per-process on desktop platforms (because on desktop platforms site-per-process has shipped to Chrome Stable channel in M67). The removal of chrome://flags/#enable-site-per-process might matter for Chromium Embedders who re-use chrome://flags from //chrome layer and who haven't yet enabled Site Isolation on desktop.
Note that even after removal of the flag, embedders of //content can still control whether Strict Site Isolation (aka site-per-process) is enabled by either overriding ContentBrowserClient::ShouldEnableStrictSiteIsolation. Additionally, individual users can still control site isolation via --site-per-process (forces strict site isolation) and --disable-site-isolation-trials (disables all site isolation) command line switches.