Remove CallNearbyIdentityApi flag.

PiperOrigin-RevId: 781101105
This commit is contained in:
Francis Tsui
2025-07-09 10:04:49 -07:00
committed by Copybara-Service
parent 8f14bd10fc
commit 308c98044b
14 changed files with 59 additions and 775 deletions
@@ -70,9 +70,6 @@ constexpr auto kShowAutoUpdateSetting =
// When true, use gRpc client to access backend.
constexpr auto kUseGrpcClient =
flags::Flag<bool>(kConfigPackage, "45630055", false);
// When true, call the 3P Nearby Identity API instead of the 1P private API
constexpr auto kCallNearbyIdentityApi =
flags::Flag<bool>(kConfigPackage, "45667328", false);
// When true, delete the file payload which received unexpectedly.
constexpr auto kDeleteUnexpectedReceivedFileFix =
flags::Flag<bool>(kConfigPackage, "45657036", false);
@@ -127,7 +124,6 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
{45411353, kSenderSkipsConfirmation},
{45409033, kShowAutoUpdateSetting},
{45630055, kUseGrpcClient},
{45667328, kCallNearbyIdentityApi},
{45657036, kDeleteUnexpectedReceivedFileFix},
{45673628, kEnableWifiHotspotForHpRealtekDevices},
{45665616, kHonor3PClientIdAndSecret},