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

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 5dd2ae332ea5a4105c9dfcc6585d4d2024a735c4..2ecb5c0120c135a39af477f14b584a29fed32219 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40018,6 +40018,16 @@ 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