Finalize flag

PiperOrigin-RevId: 829508348
This commit is contained in:
Nick Bourdakos
2025-11-07 11:14:01 -08:00
committed by Copybara-Service
parent 2563ce876e
commit 8792c2d027
@@ -118,7 +118,7 @@ constexpr auto kEnableResponsiveUi =
flags::Flag<bool>(kConfigPackage, "45727212", false);
// When true, enables UI experiments.
constexpr auto kEnableUiExperiments =
flags::Flag<bool>(kConfigPackage, "45678202", false);
flags::Flag<bool>(kConfigPackage, "45678202", true);
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
return {