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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 723133003: Shift URLRequest::Read API contract used by fetcher to ResourceLoader's. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated comment. Created 6 years, 1 month 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/url_request/sdch_dictionary_fetcher.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 0ead9b4e630378f2d734b956de0ae799c0cd8cf0..9f8548dce04ee4401ba1155b8bec4ef0664835ed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53555,7 +53555,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="37" label="defunct">
DICTIONARY_PREVIOUSLY_SCHEDULED_TO_DOWNLOAD used instead
</int>
- <int value="38" label="DICTIONARY_FETCH_READ_FAILED"/>
+ <int value="38" label="defunct">
Alexei Svitkine (slow) 2014/11/17 22:11:13 Nit: I'd keep the old name (so old data can be dec
Randy Smith (Not in Mondays) 2014/11/18 17:02:39 Done.
+ Used to indicate a broken false return from URLRequest::Read(); no longer
+ checking that return value.
+ </int>
<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"/>
« no previous file with comments | « net/url_request/sdch_dictionary_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698