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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1068493003: Removed old SDCH ProblemCode constants that are no longer being used in UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « net/base/sdch_problem_code_list.h ('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 1e2d3174ff61237a3c948590d5827c2b9df0e172..f5218d54fd0029e19a708244290f46dbd74f2580 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59211,7 +59211,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="13" label="DICTIONARY_FOUND_HAS_WRONG_SCHEME"/>
<int value="14" label="DICTIONARY_HASH_NOT_FOUND"/>
<int value="15" label="DICTIONARY_HASH_MALFORMED"/>
- <int value="16" label="DICTIONARY_FOUND_EXPIRED"/>
+ <int value="16" label="defunct (DICTIONARY_FOUND_EXPIRED)"/>
<int value="20" label="DICTIONARY_HAS_NO_HEADER"/>
<int value="21" label="DICTIONARY_HEADER_LINE_MISSING_COLON"/>
<int value="22" label="DICTIONARY_MISSING_DOMAIN_SPECIFIER"/>
@@ -59266,11 +59266,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="78" label="PASS_THROUGH_404_CODE"/>
<int value="79" label="PASS_THROUGH_OLD_CACHED"/>
<int value="80" label="META_REFRESH_CACHED_RECOVERY"/>
- <int value="81" label="DISCARD_TENTATIVE_SDCH"/>
- <int value="90" label="UNFLUSHED_CONTENT"/>
+ <int value="81" label="defunct (DISCARD_TENTATIVE_SDCH)">
+ Now tracked by ResponseCorruptionDetection.* histograms.
+ </int>
+ <int value="90" label="defunct (UNFLUSHED_CONTENT)"/>
<int value="91" label="MISSING_TIME_STATS"/>
<int value="92" label="CACHE_DECODED"/>
- <int value="93" label="OVER_10_MINUTES"/>
+ <int value="93" label="defunct (OVER_10_MINUTES)"/>
<int value="94" label="UNINITIALIZED"/>
<int value="95" label="PRIOR_TO_DICTIONARY"/>
<int value="96" label="DECODE_ERROR"/>
« no previous file with comments | « net/base/sdch_problem_code_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698