commit | 6eb340a820b3871849c67ee4e95e2b1f92bc9628 | [log] [tgz] |
---|---|---|
author | Nicholas Verne <[email protected]> | Tue Oct 19 05:55:38 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Oct 19 05:55:38 2021 |
tree | 8d7a9698e8c757f222d26f180056925a3e7cf043 | |
parent | 920690fd87d396fab7e61a3434c60412cc55117c [diff] [blame] |
Add a new flag for Crostin multi container UI Bug: 1261319 Change-Id: Id2c1ce7da73313284dfc07b19396dc8e8fd99d90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3229294 Commit-Queue: Nicholas Verne <[email protected]> Commit-Queue: Fergus Dall <[email protected]> Auto-Submit: Nicholas Verne <[email protected]> Reviewed-by: Fergus Dall <[email protected]> Cr-Commit-Position: refs/heads/main@{#932875}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 10c2e9f3..c3e3596 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -4257,6 +4257,10 @@ "Uses LXD version 4 instead of the default version. WARNING: Once this is " "set you can't unset it without deleting your entire container"; +const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers"; +const char kCrostiniMultiContainerDescription[] = + "Experimental UI for creating and managing multiple Crostini containers"; + const char kDisableBufferBWCompressionName[] = "Disable buffer bandwidth compression"; const char kDisableBufferBWCompressionDescription[] =