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

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

Issue 2874503002: Refactor CRX verification in preparation to support CRX₃ files. (Closed)
Patch Set: through #51 Created 3 years, 7 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 | « extensions/browser/sandboxed_unpacker_unittest.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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 729ec5ef810aa75eb34e9860df5abe2f6bb480cf..a3000b6fc93d27b7847e159a0c3517976bda153e 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -12774,6 +12774,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="31" label="ERROR_SERIALIZING_CATALOG"/>
<int value="32" label="ERROR_SAVING_CATALOG"/>
<int value="33" label="CRX_HASH_VERIFICATION_FAILED"/>
+ <int value="34" label="CRX_FILE_IS_DELTA_UPDATE"/>
+ <int value="35" label="CRX_EXPECTED_HASH_INVALID"/>
</enum>
<enum name="ExternalDeviceAction" type="int">
« no previous file with comments | « extensions/browser/sandboxed_unpacker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698