Deprecate flags that have been launched.

PiperOrigin-RevId: 832047988
This commit is contained in:
Francis Tsui
2025-11-13 16:08:46 -08:00
committed by Copybara-Service
parent ee180724a2
commit 8ffa9267ce
2 changed files with 1 additions and 16 deletions
@@ -76,12 +76,6 @@ constexpr auto kDeleteUnexpectedReceivedFileFix =
// The default time in milliseconds a cached entry can be in LOST state.
constexpr auto kDiscoveryCacheLostExpiryMs =
flags::Flag<int64_t>(kConfigPackage, "45658774", 500);
// When true, use the Titanium flag from the Nearby backend.
constexpr auto kEnableNearbyBackendTitaniumConfig =
flags::Flag<bool>(kConfigPackage, "45731874", false);
// When true, enable Nearby Share gRPC async client.
constexpr auto kEnableNearbyShareGrpcAsyncClient =
flags::Flag<bool>(kConfigPackage, "45726584", false);
// When true, enable wifi hotspot medium for HP Realtek devices.
constexpr auto kEnableWifiHotspotForHpRealtekDevices =
flags::Flag<bool>(kConfigPackage, "45673628", false);
@@ -128,8 +122,6 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
{45409033, kShowAutoUpdateSetting},
{45630055, kUseGrpcClient},
{45657036, kDeleteUnexpectedReceivedFileFix},
{45731874, kEnableNearbyBackendTitaniumConfig},
{45726584, kEnableNearbyShareGrpcAsyncClient},
{45673628, kEnableWifiHotspotForHpRealtekDevices},
{45683539, kUseAlternateServiceUuidForDiscovery},
{45410558, kShowAdminModeWarning},