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

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

Issue 2124343002: [Autofill] Implement Credit Card Signin Promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ifdef Created 4 years, 5 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index e11e0378f72bba6f6d7ab74b4f91f5dca1e399bb..bd6ee38cbfaa24c3be61b928ed0e2f1022cb3890 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -154,6 +154,11 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="AboutFlags_document-passive-event-listeners">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
Evan Stade 2016/07/08 17:34:59 you don't need to fill this in?
Mathieu 2016/07/08 18:10:02 Someone had forgotten to run extract_actions.py. I
+ <description>Please enter the description of the metric.</description>
+</action>
+
<action name="AboutFlags_downloads-new-ui">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -13412,6 +13417,14 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Signin_Signin_FromAutofillDropdown">
+ <owner>mathp@chromium.org</owner>
+ <description>
+ Recorded on sign in start from access point
+ signin_metrics::AccessPoint::ACCESS_POINT_AUTOFILL_DROPDOWN.
+ </description>
+</action>
+
<action name="Signin_Signin_FromAvatarBubbleSignin">
<owner>gogerald@chromium.org</owner>
<description>

Powered by Google App Engine
This is Rietveld 408576698