commit | 2143ee10896560ceca99ef72d89110af4f99bcd6 | [log] [tgz] |
---|---|---|
author | Fergus Dall <[email protected]> | Thu Feb 17 04:20:48 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Feb 17 04:20:48 2022 |
tree | 017bd02158e455a449e3ce989d829fc154553318 | |
parent | cb1e258f0d91d312ba1c4471dab0173a583e7737 [diff] [blame] |
Add a more explicit warning to the crostini-use-lxd-4 flag Bug: 1097610, 1295574 Change-Id: Icb908b598d8677d4565793df48dd94cf28f304b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3470496 Commit-Queue: Fergus Dall <[email protected]> Auto-Submit: Fergus Dall <[email protected]> Reviewed-by: David Munro <[email protected]> Commit-Queue: David Munro <[email protected]> Cr-Commit-Position: refs/heads/main@{#972284}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 870e52d4..4de6da34 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -4369,7 +4369,7 @@ "Recreates the LXD database every time we launch it"; const char kCrostiniUseLxd4Name[] = - "Use LXD 4 instead of the default - Irreversible"; + "Use LXD 4 instead of the default - Dangerous & Irreversible"; const char kCrostiniUseLxd4Description[] = "Uses LXD version 4 instead of the default version. WARNING: Once this is " "set you can't unset it without deleting your entire container";