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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2965893002: Add new enum value for DircryptoMigrationEndStatus (Closed)
Patch Set: Created 3 years, 5 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..511054cdce5d25ea7497b9186b589a198b60a98f 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 migrationed cancelled"/>
hashimoto 2017/07/03 02:33:46 s/migrationed/migration/ ?
dspaid 2017/07/03 03:24:54 Done.
+ <int value="12" label="Resumed migrationed cancelled"/>
hashimoto 2017/07/03 02:33:46 ditto.
dspaid 2017/07/03 03:24:54 Done.
</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