Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: tools/metrics/actions/actions.xml

Issue 2230183005: Add UMA for signin through NTP content suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/signin/core/browser/signin_metrics.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index f900f254f2ecfc9b27d57f15e02a792545a76ed0..71079820c32765f9b61adfd7d7e1afda7bf1e595 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -13626,6 +13626,13 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Signin_Impression_FromNTPContentSuggestions">
+ <owner>gogerald@chromium.org</owner>
+ <description>
+ Recorded when showing sign in card in the snippets new tab page.
+ </description>
+</action>
+
<action name="Signin_Impression_FromPasswordBubble">
<owner>gogerald@chromium.org</owner>
<description>
@@ -13790,6 +13797,14 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Signin_Signin_FromNTPContentSuggestions">
+ <owner>gogerald@chromium.org</owner>
+ <description>
+ Recorded on sign in start from access point
+ signin_metrics::AccessPoint::ACCESS_POINT_NTP_CONTENT_SUGGESTIONS.
+ </description>
+</action>
+
<action name="Signin_Signin_FromPasswordBubble">
<owner>gogerald@chromium.org</owner>
<description>
« no previous file with comments | « components/signin/core/browser/signin_metrics.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698