commit | 4284042094c169d1985bc0d769b5794e03707071 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <[email protected]> | Mon Nov 05 21:49:22 2018 |
committer | Commit Bot <[email protected]> | Mon Nov 05 21:49:22 2018 |
tree | 661e9fc2aaf48e36d9b17456b69a5c97dcabcf17 | |
parent | 307494d00b45492571418d6e68ec383844222a95 [diff] [blame] |
Remove chrome://flags/#enable-site-per-process on desktop platforms site-per-process has shipped on desktop platforms in M67. Therefore, chrome://flags/#enable-site-per-process is not needed on desktop platforms (since the default already is to enable site-per-process). Bug: 901522 Change-Id: I0d0bceb3706453683362ae4c7efa41d78a9104d8 Reviewed-on: https://chromium-review.googlesource.com/c/1316649 Commit-Queue: Ćukasz Anforowicz <[email protected]> Reviewed-by: Charlie Reis <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Cr-Commit-Position: refs/heads/master@{#605480}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 308e162..93682ac 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1048,8 +1048,10 @@ extern const char kSingleTabMode[]; extern const char kSingleTabModeDescription[]; +#if defined(OS_ANDROID) extern const char kStrictSiteIsolationName[]; extern const char kStrictSiteIsolationDescription[]; +#endif extern const char kSiteIsolationOptOutName[]; extern const char kSiteIsolationOptOutDescription[];