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

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

Issue 2097263002: Deprecate Net.{HttpRequest,Response}.ContainsInvalidHeaderValuesInRFC7230 UMAs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove IsValidHeaderValueRFC7230(). Created 4 years, 6 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 4efad5d71eff4c442afd7346449956087716a504..a72790aead6c50de005a87d17ecacb3b078bd3ed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27931,6 +27931,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.HttpRequest.ContainsInvalidHeaderValuesInRFC7230"
enum="Boolean">
+ <obsolete>
+ Deprecated 06/2016 because this is not continuously tracked.
+ </obsolete>
<owner>hiroshige@chromium.org</owner>
<summary>
Whether a request contains invalid request header values in RFC 7230. This
@@ -27959,6 +27962,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.HttpResponse.ContainsInvalidHeaderValuesInRFC7230"
enum="Boolean">
+ <obsolete>
+ Deprecated 06/2016 because this is not continuously tracked.
+ </obsolete>
<owner>hiroshige@chromium.org</owner>
<summary>
Whether a response contains invalid response header values in RFC 7230. This
« 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