Skip to content

Commit

Permalink
Internal updates
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717963676
  • Loading branch information
realp2us authored and copybara-github committed Jan 21, 2025
1 parent d73d1d0 commit cd717c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharing/flags/generated/nearby_sharing_feature_flags.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2024-2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -82,7 +82,7 @@ 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, enable wifi hotspot medium for selected devices.
// When true, enable wifi hotspot medium for HP Realtek devices.
constexpr auto kEnableWifiHotspotForHpRealtekDevices =
flags::Flag<bool>(kConfigPackage, "45673628", false);
// When true, honor 3P client_id & client_secret in the gRPC request
Expand Down

0 comments on commit cd717c1

Please sign in to comment.