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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2753453003: Reject unadvertised encodings (Closed)
Patch Set: Address comments Created 3 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/url_request/url_request_http_job_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 ac4e64011ed63046411ed39fe56f03bcdb570fbc..0a256ac64c0d35bd0730c96e32351d7a34ef4d0b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -103716,6 +103716,16 @@ from previous Chrome versions.
<int value="5" label="SDCHPossible"/>
<int value="6" label="Invalid"/>
<int value="7" label="None"/>
+ <int value="8" label="Rejected">
+ Unlike other values, this one is reported from HttpNetworkTransaction in
+ case when unadvertised, but known encoding appears in
+ &quot;Content-Encoding&quot;.
Randy Smith (Not in Mondays) 2017/04/05 00:03:32 nit: Add "... and is thus not comparable with the
+ </int>
+ <int value="9" label="Unknown">
+ Reported from URLRequestHttpJob::SetUpSourceStream when unknown encoding
+ appears in &quot;Content-Encoding&quot; header. Despite of being reported in
+ this histogram, event does not cause CONTENT_DECODING_FAILED error.
+ </int>
</enum>
<enum name="NetInternalsUiFeature" type="int">
« no previous file with comments | « net/url_request/url_request_http_job_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698