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. |