Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b99d769b2489f47fde23e8c21ec037eeb70fbae8..cf9e6766442c612886c2c45d8f47516a55692d31 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -32490,6 +32490,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="MobileSignInPromo.BookmarkManager.CountTilSignin" |
rkaplow
2017/06/27 21:13:57
I'd prefer a more specific name, i.e. Clicks versu
jlebel
2017/06/28 11:10:31
The bucket is number of time the sign-in promo has
jlebel
2017/06/28 11:37:52
I meant MobileSignInPromo.BookmarkManager.Impressi
|
+ units="display count until sign-in"> |
rkaplow
2017/06/27 21:13:57
Usuallu we keep the unit short (something like 'cl
jlebel
2017/06/28 11:10:31
Done.
|
+ <owner>jlebel@chromium.org</owner> |
+ <summary> |
+ Counts how many times one of the "sign in" buttons (any of the |
+ signed-out "Sign in to Chrome" button, the "Continue as |
+ |name|" button, or the "Not |email|?" button) is clicked per |
+ impression. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="MobileSignInPromo.BookmarkManager.CountTilX" |
rkaplow
2017/06/27 21:13:57
similar - XButtonClicks or something? That seems m
jlebel
2017/06/28 11:10:31
I choose:
MobileSignInPromo.BookmarkManager.Impres
|
+ units="display count until closing"> |
+ <owner>jlebel@chromium.org</owner> |
+ <summary> |
+ Counts how many times the explicit "X"-to-close button is clicked |
+ per impression. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="MobileSignInPromo.BookmarkManager.DismissalCount" |
+ units="display count until bookmark closed"> |
rkaplow
2017/06/27 21:13:57
dismissals as unit I would suggest
jlebel
2017/06/28 11:10:31
Done.
|
+ <owner>jlebel@chromium.org</owner> |
+ <summary> |
+ Counts how many times the signin promo is implicitly dismissed (by closing |
+ the bookmark manager) per impression. |
+ </summary> |
+</histogram> |
+ |
<histogram name="MobileStartup.IntentToCreationTime" units="ms"> |
<owner>twellington@chromium.org</owner> |
<summary> |