Update flags

PiperOrigin-RevId: 808693428
This commit is contained in:
Nick Bourdakos
2025-09-18 12:39:34 -07:00
committed by Copybara-Service
parent ff1b50f1fe
commit d6da1706c9
@@ -113,6 +113,9 @@ constexpr auto kEnableFlutterHooks =
// When true, enables the mini pulse animation.
constexpr auto kEnableMiniPulse =
flags::Flag<bool>(kConfigPackage, "45724244", false);
// When true, enables responsive UI.
constexpr auto kEnableResponsiveUi =
flags::Flag<bool>(kConfigPackage, "45727212", false);
// When true, enables UI experiments.
constexpr auto kEnableUiExperiments =
flags::Flag<bool>(kConfigPackage, "45678202", false);
@@ -140,6 +143,7 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
{45661130, kEnableConflictBanner},
{45720206, kEnableFlutterHooks},
{45724244, kEnableMiniPulse},
{45727212, kEnableResponsiveUi},
{45678202, kEnableUiExperiments},
};
}