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

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

Issue 1738023002: ChromeOS: Add RenameCryptohome and migration code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@462823--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Create-AccountID-structure-part11--migrate-cryptohomes
Patch Set: Update after review. Created 4 years, 9 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 | « chromeos/login/auth/cryptohome_authenticator.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 87051080d7ba4c8c09251e4b3b28eac4f62c4ecf..a8ee32457a5408299cf16f0565c0c144585d9bbc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6337,6 +6337,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Cryptohome errors.</summary>
</histogram>
+<histogram name="Cryptohome.MigrationToGaiaId"
+ enum="CryptohomeMigrationToGaiaId">
+ <owner>alemate@chromium.org</owner>
+ <summary>
+ This is the status of cryptohome migration to GaiaId. Every time user logs
+ in current migration status is recorded.
+ </summary>
+</histogram>
+
<histogram name="Cryptohome.TimeToInitPkcs11" units="ms">
<owner>dkrahn@chromium.org</owner>
<summary>
@@ -61979,6 +61988,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="17" label="TSS invalid handle"/>
</enum>
+<enum name="CryptohomeMigrationToGaiaId" type="int">
+ <int value="0" label="Not started"/>
+ <int value="1" label="Already migrated"/>
+ <int value="2" label="Success"/>
+ <int value="3" label="Failure"/>
+</enum>
+
<enum name="CTRequirementCompliance" type="int">
<obsolete>
Deprecated 1/2016.
« no previous file with comments | « chromeos/login/auth/cryptohome_authenticator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698