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

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

Issue 2965893002: Add new enum value for DircryptoMigrationEndStatus (Closed)
Patch Set: Add new enum value for DircryptoMigrationEndStatus 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index d066a8dfe5cd6ae64fd46a357ecddd27cc670be9..cb54c6852199425737f1b4baeb3f2db9a0571251 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -7833,6 +7833,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="8" label="Resumed migration failed (file error)"/>
<int value="9" label="New migration failed (file error EIO on open)"/>
<int value="10" label="Resumed migration failed (file error EIO on open)"/>
+ <int value="11" label="New migration cancelled"/>
+ <int value="12" label="Resumed migration cancelled"/>
</enum>
<enum name="DircryptoMigrationFailedOperationType">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698