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

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

Issue 1008873006: [net] Remove logic for fixing up Gzip encoding type for downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a basic test Created 5 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
« no previous file with comments | « 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 35c3c071a86a9d8d52a18c6df008a67fe2997faa..05943b2feda8863d8fc60b88bd01e34884e1c229 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8895,9 +8895,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Extensions.FeatureProviderStaticInitTime" units="milliseconds">
<owner>rkaplow@chromium.org</owner>
<summary>
- The amount of time that elapsed during
- extensions::FeatureProvider::Static. Only measured while in the browser
- process.
+ The amount of time that elapsed during extensions::FeatureProvider::Static.
+ Only measured while in the browser process.
</summary>
</histogram>
@@ -17791,6 +17790,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.GzipEncodingFixupResult" enum="GzipEncodingFixupResult">
+ <obsolete>
+ Removed around 2015/03/18. The code which implemented Gzip encoding fixup
+ was removed.
+ </obsolete>
<owner>asanka@chromium.org</owner>
<summary>
Resources are sometimes transferred with an incorrect encoding type of gzip.
@@ -19607,8 +19610,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
enum="QuicSessionLocations">
<owner>rch@chromium.org</owner>
<summary>
- The location in quic_client_session.cc where a session is unexpectedly
- not going away.
+ The location in quic_client_session.cc where a session is unexpectedly not
+ going away.
</summary>
</histogram>
« no previous file with comments | « 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