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

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

Issue 2897143003: Use NetworkTrafficAnnotation in URLRequestContext UMA logging (Closed)
Patch Set: self Created 3 years, 7 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 4f4cffc4af96538178acf3a266b68b549ab7c82b..da0cae406c23b8dfafbe0e47f9d7e8f273ece687 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39953,6 +39953,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.URLRequestContext.OutstandingRequests.Type" enum="URLRequestAnnotationType">
+ <owner>xunjieli@chromium.org</owner>
+ <summary>
+ Records the annotation type of the URLRequest that is handed out by a
+ URLRequestContext when Net.URLRequestContext.OutstandingRequests is recorded.
+ </summary>
+</histogram>
+
<histogram name="Net.ValidDNSName" enum="Boolean">
<owner>palmer@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698