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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2910423002: cros: Add UMA metrics in migration UI to get more information from migration failures. (Closed)
Patch Set: Add Cryptohome.MigrationUI.ShowFailureScreen. Created 3 years, 6 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index b107d9bdfc682e9dd84baf792ede62f2d56136d0..890d88e4768489686ef6ed4575edbaea12871f2c 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -23695,8 +23695,9 @@ from previous Chrome versions.
<int value="2" label="Neutral with a verbose warning on sensitive fields"/>
<int value="3" label="Neutral with a verbose warning after editing a form"/>
<int value="4" label="Neutral with a verbose warning in Incognito mode"/>
- <int value="5" label="Neutral with a verbose warning after editing a form or
- in Incognito mode"/>
+ <int value="5"
+ label="Neutral with a verbose warning after editing a form or in
+ Incognito mode"/>
Ilya Sherman 2017/05/31 23:34:45 Hmm, I'm guessing this is a presubmit formatting c
fukino 2017/06/01 09:28:38 Yes, I was asked to run "git cl format ." on git c
Ilya Sherman 2017/06/02 00:04:33 Thanks for investigating that! I think this shoul
</enum>
<enum name="MarkNonSecureAsStatus" type="int">
@@ -24293,6 +24294,20 @@ from previous Chrome versions.
<int value="2" label="LowStorage"/>
</enum>
+<enum name="MigrationUIMigrationResult" type="int">
+ <int value="0" label="Success in new migration"/>
+ <int value="1" label="Success in resumed migration"/>
+ <int value="2" label="Failure in new migration"/>
+ <int value="3" label="Failure in resumed migration"/>
+</enum>
+
+<enum name="MigrationUIRemoveCryptohomeResult" type="int">
+ <int value="0" label="Success in new migration"/>
+ <int value="1" label="Success in resumed migration"/>
+ <int value="2" label="Failure in new migration"/>
+ <int value="3" label="Failure in resumed migration"/>
+</enum>
+
<enum name="MigrationUIUserChoice" type="int">
<int value="0" label="Update"/>
<int value="1" label="Skip"/>

Powered by Google App Engine
This is Rietveld 408576698