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

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: Reject unadvertised encodings. 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..fa1b40e4f56b690512236ae8c7afcb38b35bffac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32184,6 +32184,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.ContentDecodingRejected.FilterType" enum="NetFilterType2">
Randy Smith (Not in Mondays) 2017/03/28 19:55:36 Just to get it all in one place, my recommendation
+ <owner>xunjieli@chromium.org</owner>
+ <summary>
+ For each CONTENT_DECODING_FAILED, raised by network transaction.
+ </summary>
+</histogram>
+
<histogram name="net.CookieBackingStoreUpdateResults"
enum="BackingStoreResults">
<obsolete>
@@ -102608,6 +102615,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"/>
</enum>
<enum name="NetInternalsUiFeature" type="int">

Powered by Google App Engine
This is Rietveld 408576698