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

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

Side-by-side diff isn't available for this file because of its large size.
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: Rebased. Added UMA metrics. 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..af35c22acaeed6f64b1b1ac8ff838601d42795d1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14939,6 +14939,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GaiaId.Migration.Cryptohome" enum="GaiaIdMigrationCryptohome">
Ilya Sherman 2016/03/05 01:08:05 Please use the existing top-level name "Cryptohome
Alexander Alekseev 2016/03/05 01:33:45 Done.
+ <owner>alemate@chromium.org</owner>
+ <summary>This is the status of cryptohome migration to GaiaId.</summary>
Ilya Sherman 2016/03/05 01:08:05 Please document when this is recorded.
Alexander Alekseev 2016/03/05 01:33:45 Done.
+</histogram>
+
<histogram name="GCM.AndroidGcmReceiverError" enum="GcmReceiverStatus">
<owner>khushalsagar@chromium.org</owner>
<obsolete>
@@ -69018,6 +69023,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="5" label="OS/2">Obsolete, no longer detected or supported.</int>
</enum>
+<enum name="GaiaIdMigrationCryptohome" 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="GaiaSessionRestoreOutcome" type="int">
<int value="0" label="Undefined"/>
<int value="1" label="Success"/>
« 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