Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 7abdedd66b1459fda7be7b22025ce4165ce7c553..a44f0e667e44289231364e4fb03ae7f08aafe721 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -10235,6 +10235,20 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="PasswordManager.Enabled" enum="BooleanEnabled"> |
| + <summary>Indicates if the password manager is enable.</summary> |
|
vabr (Chromium)
2013/08/28 15:49:45
enable->enabled
|
| +</histogram> |
| + |
| +<histogram name="PasswordManager.InfobarDisappearedQuickly" enum="Boolean"> |
| + <summary>Indicates if the info bar disappeared too quickly.</summary> |
| +</histogram> |
| + |
| +<histogram name="PasswordManager.InfobarDisplayed"> |
| + <summary> |
| + A boolean that indicates whether the save password info bar is displayed. |
|
vabr (Chromium)
2013/08/28 15:49:45
nit: As we are changing from info bar to a bubble
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PasswordManager.OtherPossibleUsernamesUsage" |
| enum="OtherPossibleUsernamesUsage"> |
| <summary> |
| @@ -10243,6 +10257,13 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="PasswordManager.PreviousPasswordSavedRecently"> |
|
vabr (Chromium)
2013/08/28 15:49:45
Is this not used in the code?
|
| + <summary> |
| + A boolean which indicates if the current user saved a password for the same |
| + login for the current website recently. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PasswordManager.ProvisionalSaveFailure" |
| enum="ProvisionalSaveFailure"> |
| <summary> |
| @@ -25317,6 +25338,21 @@ other types of suffix sets. |
| <affected-histogram name="Renderer4.BeginToFinishDoc"/> |
| </fieldtrial> |
| +<fieldtrial name="PasswordManagerMonitor"> |
| + <group name="google.com" label="google"/> |
| + <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"/> |
| + <affected-histogram name="PasswordManager.InfobarDisappearedQuickly"/> |
| + <affected-histogram name="PasswordManager.InfobarDisplayed"/> |
| + <affected-histogram name="PasswordManager.PreviousPasswordSavedRecently"/> |
| + <affected-histogram name="PasswordManager.ProvisionalSaveFailure"/> |
| +</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"/> |