Commit c8b12063 authored by Harry Cutts's avatar Harry Cutts Committed by Chromium LUCI CQ

Add `base="true"` to pointing stick histograms

isherman@ pointed out that this should be set since these names are only
ever reported with suffixes.

Bug: 1114828
Change-Id: I8d015e50cfbcb23592a28a4f19ec70fdbb02e64f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577836
Auto-Submit: Harry Cutts <hcutts@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834586}
parent 3c574083
...@@ -11192,7 +11192,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -11192,7 +11192,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary> </summary>
</histogram> </histogram>
<histogram name="PointingStick.Acceleration" enum="BooleanEnabled" <histogram base="true" name="PointingStick.Acceleration" enum="BooleanEnabled"
expires_after="2021-04-01"> expires_after="2021-04-01">
<!-- Name completed by histogram_suffixes name="PreferenceChangeType" --> <!-- Name completed by histogram_suffixes name="PreferenceChangeType" -->
...@@ -11206,8 +11206,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -11206,8 +11206,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary> </summary>
</histogram> </histogram>
<histogram name="PointingStick.PointerSensitivity" enum="PointerSensitivity" <histogram base="true" name="PointingStick.PointerSensitivity"
expires_after="2021-04-01"> enum="PointerSensitivity" expires_after="2021-04-01">
<!-- Name completed by histogram_suffixes name="PreferenceChangeType" --> <!-- Name completed by histogram_suffixes name="PreferenceChangeType" -->
<owner>hcutts@chromium.org</owner> <owner>hcutts@chromium.org</owner>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment