mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Internal change
PiperOrigin-RevId: 723164767
This commit is contained in:
committed by
Copybara-Service
parent
2fec57f2b3
commit
dc0633c0f8
@@ -110,6 +110,9 @@ constexpr auto kEnableConflictBanner =
|
||||
// Enable a persistent BETA label.
|
||||
constexpr auto kEnableMacosBetaLabel =
|
||||
flags::Flag<bool>(kConfigPackage, "45662570", true);
|
||||
// When true, enables UI experiments.
|
||||
constexpr auto kEnableUiExperiments =
|
||||
flags::Flag<bool>(kConfigPackage, "45662570", false);
|
||||
|
||||
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
return {
|
||||
@@ -133,6 +136,7 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
{45410558, kShowAdminModeWarning},
|
||||
{45661130, kEnableConflictBanner},
|
||||
{45662570, kEnableMacosBetaLabel},
|
||||
{45678202, kEnableUiExperiments},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user