Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 22ea39517c626dd490c1216b8d92a18c1c58e3d6..4e0fc877b9013ada4802169057e89711b88bf17b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -10446,6 +10446,13 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="PasswordManager.Enabled" enum="BooleanEnabled"> |
+ <summary> |
+ Indicates whether the password manager is enabled when a tab is opened. This |
+ includes prerendered tabs. |
+ </summary> |
+</histogram> |
+ |
<histogram name="PasswordManager.OtherPossibleUsernamesUsage" |
enum="OtherPossibleUsernamesUsage"> |
<summary> |
@@ -10462,6 +10469,27 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="PasswordManager.SavePasswordPromptDisappearedQuickly" |
+ enum="Boolean"> |
+ <summary> |
+ Indicates whether the save password prompt disappeared in less than one |
+ second. This most likely indicates that the prompt was dismissed |
+ automatically, e.g. due to a page navigation, before the user was able to |
+ respond to the infobar. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="PasswordManager.SavePasswordPromptDisplayed" enum="Boolean"> |
+ <summary>Indicates whether the save password prompt was displayed.</summary> |
+</histogram> |
+ |
+<histogram name="PasswordManager.SavePasswordPromptResponse" |
+ enum="SavePasswordPromptResponseType"> |
+ <summary> |
+ Breakdown of which response the user selected from the save password prompt. |
+ </summary> |
+</histogram> |
+ |
<histogram name="PasswordManager.TimesGeneratedPasswordUsed"> |
<summary> |
The number of times each generated password has been used to log in. |
@@ -24193,6 +24221,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"/> |
@@ -27439,6 +27473,25 @@ other types of suffix sets. |
<affected-histogram name="Renderer4.BeginToFinishDoc"/> |
</fieldtrial> |
+<fieldtrial name="PasswordManagerMonitor"> |
+ <group name="bucket_1" label="bucket 1"/> |
+ <group name="bucket_2" label="bucket 2"/> |
+ <group name="bucket_3" label="bucket 3"/> |
+ <group name="bucket_4" label="bucket 4"/> |
+ <group name="bucket_5" label="bucket 5"/> |
+ <group name="bucket_6" label="bucket 6"/> |
+ <group name="bucket_7" label="bucket 7"/> |
+ <group name="bucket_8" label="bucket 8"/> |
+ <group name="bucket_9" label="bucket 9"/> |
+ <group name="bucket_10" label="bucket 10"/> |
Ilya Sherman
2013/09/14 04:46:49
"bucket" -> "group" throughout
jdomingos
2013/09/14 05:31:03
Done.
|
+ <group name="" label=""/> |
+ <affected-histogram name="PasswordManager.ProvisionalSaveFailure"/> |
+ <affected-histogram |
+ name="PasswordManager.SavePasswordPromptDisappearedQuickly"/> |
+ <affected-histogram name="PasswordManager.SavePasswordPromptDisplayed"/> |
+ <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"/> |