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

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

Issue 2220423002: Fix sync-credential-related metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Non-null driver + removing a forgotten LOG statement 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 820924fbc9cea2e8b94f713f06231047d9da0abf..833b8b5b698da07cf954d8e7194ff61150cbb346 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -12389,6 +12389,16 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="PasswordManager_ProcessingUpdate">
+ <owner>vabr@chromium.org</owner>
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ The user logged in successfully with a credential originally filled by
+ Chrome, and either did not change the stored password at all, or authorized
+ Chrome to updat it with the current password value.
vasilii 2016/08/08 15:34:24 update
vabr (Chromium) 2016/08/09 12:19:52 Done.
+ </description>
+</action>
+
<action name="PasswordManager_RemovePasswordException">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -12399,6 +12409,15 @@ 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="PasswordManager_SyncCredentialFilledAndLoginSuccessfull">
+ <owner>vabr@chromium.org</owner>
+ <owner>vasilii@chromium.org</owner>
+ <description>
+ Counts the number of times when Chrome fills the user's sync account
+ credentials, and the user logs in successfully after submitting them.
+ </description>
+</action>
+
<action name="PasswordManager_SyncCredentialShown">
<owner>gcasto@chromium.org</owner>
<owner>vabr@chromium.org</owner>
@@ -12415,6 +12434,7 @@ should be able to be added at any place in this file.
Counts the number of times a user submits an autofilled credential which
matches their sync account.
</description>
+ <obsolete>Counted the wrong thing, http://crbug.com/635428</obsolete>
</action>
<action name="PasswordManager_UsedNonDefaultUsername">

Powered by Google App Engine
This is Rietveld 408576698