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

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: Extracted code for UMA reporting Created 3 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 21f1ae8975fb61db1c74a2a900910d8e28b7c134..831340f07eb5f00716e289824781d1ec2bcaf91b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -102608,6 +102608,7 @@ from previous Chrome versions.
<int value="5" label="SDCHPossible"/>
<int value="6" label="Invalid"/>
<int value="7" label="None"/>
+ <int value="8" label="Unknown"/>
Randy Smith (Not in Mondays) 2017/03/21 21:23:20 Given that we need to only reject known encodings
eustas 2017/03/27 10:27:11 I'm fine with either solution. IMHO having less hi
Randy Smith (Not in Mondays) 2017/03/28 19:55:36 Sorry, I wasn't proposing two solutions, I was ask
</enum>
<enum name="NetInternalsUiFeature" type="int">
« net/url_request/url_request_http_job.cc ('K') | « 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