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

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

Issue 23140005: Added of new UMA signals in order to be able to discover early if the "save password" feature gets … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes Created 7 years, 3 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:
Download patch
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 996f2986a39f4facca2fb45c387b314e9b35bdb0..7a6eef658ce73b57ac679a8135e29c927945d16f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10364,6 +10364,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="PasswordManager.Enabled" enum="BooleanEnabled">
+ <summary>
+ Indicates if the password manager is enable when PasswordManagers are
+ constructed.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.OtherPossibleUsernamesUsage"
enum="OtherPossibleUsernamesUsage">
<summary>
@@ -10380,6 +10387,25 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="PasswordManager.SavePasswordPromptDisplayed">
+ <summary>Indicates if the save password prompt is displayed.</summary>
+</histogram>
+
+<histogram name="PasswordManager.SavePasswordPromptLifetime"
+ units="milliseconds">
+ <summary>
+ The time elapsed between when a &quot;Save password?&quot; infobar was shown
+ and when it was hidden. The infobar can be hidden either as a result of user
+ interaction with the infobar, or automatically when the page is navigated or
+ the tab is closed.
+ </summary>
+</histogram>
+
+<histogram name="PasswordManager.SavePasswordPromptResponse"
+ enum="SavePasswordPromptResponseType">
+ <summary>Breakdown of responses offered by the save password prompt.</summary>
+</histogram>
+
<histogram name="PasswordManager.TimesGeneratedPasswordUsed">
<summary>
The number of times each generated password has been used to log in.
@@ -23847,6 +23873,12 @@ other types of suffix sets.
</int>
</enum>
+<enum name="SavePasswordPromptResponseType" type="int">
+ <int value="0" label="NO_RESPONSE"/>
+ <int value="1" label="REMEMBER_PASSWORD"/>
+ <int value="2" label="DONT_REMEMBER_PASSWORD"/>
+</enum>
+
<enum name="SB2BloomFailure" type="int">
<int value="0" label="READ_OPEN"/>
<int value="1" label="READ_VERSION"/>
@@ -27057,6 +27089,22 @@ other types of suffix sets.
<affected-histogram name="Renderer4.BeginToFinishDoc"/>
</fieldtrial>
+<fieldtrial name="PasswordManagerMonitor">
+ <group name="google.com" label="google"/>
vabr (Chromium) 2013/09/10 08:46:53 We also need to update those to use "bucketXY" suf
jdomingos 2013/09/10 16:49:13 Done.
+ <group name="yahoo.com" label="yahoo"/>
+ <group name="baidu.com" label="baidu"/>
+ <group name="wikipedia.org" label="wikipedia"/>
+ <group name="linkedin.com" label="linkedin"/>
+ <group name="live.com" label="live"/>
+ <group name="twitter.com" label="twitter"/>
+ <group name="amazon.com" label="amazon"/>
+ <group name="" label=""/>
+ <affected-histogram name="PasswordManager.ProvisionalSaveFailure"/>
+ <affected-histogram name="PasswordManager.SavePasswordPromptDisplayed"/>
+ <affected-histogram name="PasswordManager.SavePasswordPromptLifetime"/>
+ <affected-histogram name="PasswordManager.SavePasswordPromptResponse"/>
+</fieldtrial>
+
<fieldtrial name="PpapiPluginName">
<group name="libpepflashplayer.so" label="Flash player on Linux or Cros"/>
<group name="libwidevinecdmadapter.so" label="Widevine CDM on Linux or Cros"/>
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698