Skip to content

Commit

Permalink
Wi-Fi Sync: Fix histogram name.
Browse files Browse the repository at this point in the history
This change updates the Wi-Fi Sync feature state histogram
from MultiDevice.WifiSync.MultiDeviceFeatureState to
WifiSync.MultiDeviceFeatureState in order to match the
name used when it's recorded.

Change-Id: Id079254eaae01ec2f571e6628035f32cc2973677
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2728491
Reviewed-by: Ilya Sherman <isherman@chromium.org>
Commit-Queue: Jon Mann <jonmann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#859552}
  • Loading branch information
Jon Mann authored and Chromium LUCI CQ committed Mar 3, 2021
1 parent 6c8c626 commit 7d29962
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary>
</histogram>

<histogram name="MultiDevice.WifiSync.MultiDeviceFeatureState"
enum="MultiDevice_FeatureState" expires_after="2021-09-01">
<histogram name="WifiSync.MultiDeviceFeatureState"
enum="MultiDevice_FeatureState" expires_after="2022-03-01">
<owner>cvandermerwe@google.com</owner>
<owner>better-together-dev@google.com</owner>
<summary>
Expand Down

0 comments on commit 7d29962

Please sign in to comment.