Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1226303003: Start the migration of passwords from the Keychain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the test Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/password_manager/core/common/password_manager_pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f18263e0de208bc45641138d2a0be7913def63ed..cc4478dbc1d70a2d0eabd339c0415bc4ac230048 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 shortly
+ after startup.
+ </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"/>
« no previous file with comments | « components/password_manager/core/common/password_manager_pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698