Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721857183
  • Loading branch information
bourdakos1 authored and copybara-github committed Feb 1, 2025
1 parent 17c6dd8 commit bb9d4ca
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, the send surface will use a grid layout.
constexpr auto kEnableGridUi =
flags::Flag<bool>(kConfigPackage, "45677777", 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},
{45677777, kEnableGridUi},
};
}

Expand Down

0 comments on commit bb9d4ca

Please sign in to comment.