Add support for two lacros components.
This CL creates a new user-visible flag: Lacros stability. By default,
users will receive a less stable version of Lacros. Users can enable the
flag to release a more stable version.
This CL adds two new lacros components, in addition to the existing
component. This is necessary since lacros is moving from build numbers
to milestone numbers, e.g.821112 -> 89.0.X.Y, and component updater does
not support updating to a lower integer.
This CL fixes about://flags to show the Lacros support flags if the
feature is enabled on Stable channel via Finch.
Change-Id: I33ea84805740c588d15f27e6dd7c31c00282576a
Bug: 1154911
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570386
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Joshua Pawlicki <[email protected]>
Reviewed-by: James Cook <[email protected]>
Commit-Queue: Erik Chen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#834329}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index b465687..424c055 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2554,6 +2554,11 @@
extern const char kInteractiveWindowCycleList[];
extern const char kInteractiveWindowCycleListDescription[];
+extern const char kLacrosStabilityName[];
+extern const char kLacrosStabilityDescription[];
+extern const char kLacrosStabilityLessStableDescription[];
+extern const char kLacrosStabilityMoreStableDescription[];
+
extern const char kLacrosSupportName[];
extern const char kLacrosSupportDescription[];