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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Lots. Created 6 years, 2 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
« net/base/sdch_problem_codes.h ('K') | « net/url_request/url_request_http_job.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 78b9b47d63c458a7b6067827afab404ce417f331..8862072b1b4e66f1f190640b5d5abfd10e5e8156 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50431,9 +50431,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="33" label="DICTIONARY_SELECTED_FROM_NON_HTTP"/>
<int value="34" label="DICTIONARY_IS_TOO_LARGE"/>
<int value="35" label="DICTIONARY_COUNT_EXCEEDED"/>
- <int value="36" label="DICTIONARY_ALREADY_SCHEDULED_TO_DOWNLOAD"/>
- <int value="37" label="DICTIONARY_ALREADY_TRIED_TO_DOWNLOAD"/>
+ <int value="36" label="defunct">
+ DICTIONARY_PREVIOUSLY_SCHEDULED_TO_DOWNLOAD used instead
+ </int>
+ <int value="37" label="defunct">
+ DICTIONARY_PREVIOUSLY_SCHEDULED_TO_DOWNLOAD used instead
+ </int>
<int value="38" label="DICTIONARY_FETCH_READ_FAILED"/>
+ <int value="39" label="DICTIONARY_PREVIOUSLY_SCHEDULED_TO_DOWNLOAD"/>
<int value="40" label="ATTEMPT_TO_DECODE_NON_HTTP_DATA"/>
<int value="50" label="MULTIENCODING_FOR_NON_SDCH_REQUEST"/>
<int value="51" label="SDCH_CONTENT_ENCODE_FOR_NON_SDCH_REQUEST"/>
« net/base/sdch_problem_codes.h ('K') | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698