Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 36452aa5c26c270e116b87468e7b6d6c86212d23..89e7629e291b79ef7792082e5969f2d585d42562 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -27677,6 +27677,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram |
| + name="PasswordManager.KeychainMigration.NumChromeOwnedLockedPasswords"> |
|
Ilya Sherman
2015/06/25 21:46:25
nit: Probably mention "failure" somewhere in the h
vasilii
2015/06/26 12:18:48
Done.
|
| + <owner>vasilii@chromium.org</owner> |
| + <summary> |
| + After migration from Mac Keychain failed, it contains amount of passwords |
| + owned by Chrome but not accessible by it. |
|
Ilya Sherman
2015/06/25 21:46:25
nit: Suggested phrasing: "After migration from the
vasilii
2015/06/26 12:18:48
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PasswordManager.KeychainMigration.NumLockedPasswords"> |
| + <owner>vasilii@chromium.org</owner> |
| + <summary> |
| + After migration from Mac Keychain failed, it contains amount of passwords |
| + not accessible by Chrome. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PasswordManager.KeychainMigration.NumPasswords"> |
| + <owner>vasilii@chromium.org</owner> |
| + <summary> |
| + After migration from Mac Keychain failed, it contains amount of passwords in |
| + the Chrome Password Manager. |
|
Ilya Sherman
2015/06/25 21:46:25
Is it worth having a (set of) success histogram(s)
vasilii
2015/06/26 12:18:48
Sure. I'll add one in another patch. It will recor
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PasswordManager.KWalletDeserializationStatus" |
| enum="BooleanSuccess"> |
| <owner>gcasto@chromium.org</owner> |