mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Cleanup apply_endpoints_dedup flag.
PiperOrigin-RevId: 705512858
This commit is contained in:
committed by
Copybara-Service
parent
eae28d3a45
commit
1e1eab7e9f
@@ -73,9 +73,6 @@ constexpr auto kShowAutoUpdateSetting =
|
||||
// When true, use gRpc client to access backend.
|
||||
constexpr auto kUseGrpcClient =
|
||||
flags::Flag<bool>(kConfigPackage, "45630055", false);
|
||||
// When true, dedup discovered endpoints.
|
||||
constexpr auto kApplyEndpointsDedup =
|
||||
flags::Flag<bool>(kConfigPackage, "45656298", false);
|
||||
// When true, call the 3P Nearby Identity API instead of the 1P private API
|
||||
constexpr auto kCallNearbyIdentityApi =
|
||||
flags::Flag<bool>(kConfigPackage, "45667328", false);
|
||||
@@ -128,7 +125,6 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
{45411353, kSenderSkipsConfirmation},
|
||||
{45409033, kShowAutoUpdateSetting},
|
||||
{45630055, kUseGrpcClient},
|
||||
{45656298, kApplyEndpointsDedup},
|
||||
{45667328, kCallNearbyIdentityApi},
|
||||
{45664277, kDedupInUnregisterShareTarget},
|
||||
{45657036, kDeleteUnexpectedReceivedFileFix},
|
||||
|
||||
Reference in New Issue
Block a user