| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 36452aa5c26c270e116b87468e7b6d6c86212d23..cbbd94f92962f731432425abc38fe92586b46966 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -27677,6 +27677,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram
|
| + name="PasswordManager.KeychainMigration.NumChromeOwnedInaccessiblePasswords">
|
| + <owner>vasilii@chromium.org</owner>
|
| + <summary>
|
| + After migration from the Mac Keychain fails, records the number of passwords
|
| + in the Keychain owned by Chrome but not accessible by it.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PasswordManager.KeychainMigration.NumFailedPasswords">
|
| + <owner>vasilii@chromium.org</owner>
|
| + <summary>
|
| + After migration from the Mac Keychain fails, records the number of passwords
|
| + in the Chrome Password Manager database for which the corresponding values
|
| + in the Keychain are not accessible by Chrome.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PasswordManager.KeychainMigration.NumPasswordsOnFailure">
|
| + <owner>vasilii@chromium.org</owner>
|
| + <summary>
|
| + After migration from the Mac Keychain fails, records the number of passwords
|
| + in the Chrome Password Manager database to be migrated. As there is no
|
| + partial migration, it's the total number of passwords in the DB.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.KWalletDeserializationStatus"
|
| enum="BooleanSuccess">
|
| <owner>gcasto@chromium.org</owner>
|
|
|