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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 414883002: Fix VariationsSeedStoreTest.VerifySeedSignature in the OpenSSL build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: histograms.xml Created 6 years, 4 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 | « chrome/browser/metrics/variations/variations_seed_store_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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6c9b2b4c3e4514d443ceb03c3ffa1f3c1616a7d2..2a15b49e4c684199997cd4597db6eca9b806d400 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48084,7 +48084,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="0" label="Signature Missing"/>
<int value="1" label="Signature Decode Failed"/>
<int value="2" label="Invalid Signature"/>
- <int value="3" label="Invalid Seed"/>
+ <int value="3" label="Invalid Signature for Seed"/>
<int value="4" label="Valid Signature for Seed"/>
</enum>
« no previous file with comments | « chrome/browser/metrics/variations/variations_seed_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698