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

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

Issue 183003008: Enforce variations signature verification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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/histograms.xml
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 254843)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -35009,6 +35009,7 @@
<int value="0" label="Seed Not Empty"/>
<int value="1" label="Seed Empty"/>
<int value="2" label="Seed Corrupt"/>
+ <int value="3" label="Seed Signature Verification Failed"/>
</enum>
<enum name="VaryType" type="int">

Powered by Google App Engine
This is Rietveld 408576698