Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f18263e0de208bc45641138d2a0be7913def63ed..a3671e2c4f892f25d88901a4e679c02d142fef0b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -27950,6 +27950,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="PasswordManager.KeychainMigration.Status" |
+ enum="KeychainMigrationStatus"> |
+ <owner>vasilii@chromium.org</owner> |
+ <summary> |
+ The status of passwords migration from the Keychain. It's recorded after |
+ startup. |
Ilya Sherman
2015/07/07 22:15:45
nit: To clarify, perhaps phrase this as "shortly a
vasilii
2015/07/08 09:56:58
Done.
|
+ </summary> |
+</histogram> |
+ |
<histogram name="PasswordManager.KWalletDeserializationStatus" |
enum="BooleanSuccess"> |
<owner>gcasto@chromium.org</owner> |
@@ -58996,6 +59005,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="2" label="Keyboard was hidden by the user."/> |
</enum> |
+<enum name="KeychainMigrationStatus" type="int"> |
+ <int value="0" label="Migration hasn't started"/> |
+ <int value="1" label="Migration succeeded"/> |
+ <int value="2" label="Migation failed once"/> |
+ <int value="3" label="Migration failed twice"/> |
+</enum> |
+ |
<enum name="LanguageCode" type="int"> |
<summary>ISO 639 Language Codes.</summary> |
<int value="24929" label="Afar"/> |