Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 723164767
  • Loading branch information
bourdakos1 authored and copybara-github committed Feb 4, 2025
1 parent 2fec57f commit dc0633c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sharing/flags/generated/nearby_sharing_feature_flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -133,6 +136,7 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
{45410558, kShowAdminModeWarning},
{45661130, kEnableConflictBanner},
{45662570, kEnableMacosBetaLabel},
{45678202, kEnableUiExperiments},
};
}

Expand Down

0 comments on commit dc0633c

Please sign in to comment.