Commit 75d12e6a authored by Yulun Wu's avatar Yulun Wu Committed by Commit Bot

Extend contextual nudge histograms by one year.

Bug: 1147178
Change-Id: I0daed330aa98fee3166372f98c693cbef6ab5a69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527843
Commit-Queue: Yulun Wu <yulunwu@chromium.org>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825652}
parent c4f69b64
......@@ -349,25 +349,31 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram base="true" name="Ash.ContextualNudgeDismissContext"
enum="ContextualNudgeDismissContext" expires_after="M86">
enum="ContextualNudgeDismissContext" expires_after="2021-12-01">
<!-- Name completed by histogram_suffixes name="ContextualNudgesNames" -->
<owner>yulunwu@chromium.org</owner>
<owner>tbarzic@chromium.org</owner>
<summary>
Tracks the reason contextual nudges for user gesture education are
dismissed.
dismissed. Metrics are recorded when the user performs an action that
renders the shown contextual nudge irrelevant. Metrics are recorded when the
user performs the gesture suggested by the nudge as well as when the user
exits the relevant state some other way.
</summary>
</histogram>
<histogram base="true" name="Ash.ContextualNudgeDismissTime" units="ms"
expires_after="M86">
expires_after="2021-12-01">
<!-- Name completed by histogram_suffixes name="ContextualNudgesNames" -->
<owner>yulunwu@chromium.org</owner>
<owner>tbarzic@chromium.org</owner>
<summary>
Tracks time between showing contextual nudge and gesture being performed.
Metrics are only recorded when the user performs the action suggested by the
contextual nudge. No metrics are recorded if the user exits the relevant
state some other way.
</summary>
</histogram>
......
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