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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 924803003: Take ownership of net.HttpIdentSrcURL statistic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typos. Created 5 years, 10 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 | « no previous file | 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 0041a5dfe3e99b23fd7ade40455a9c6826a50233..a1728f06796caf25f8c6bafbf9957a33d5198411 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17385,6 +17385,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="net.HttpIdentSrcURL" units="requests">
Ilya Sherman 2015/02/17 22:54:26 Please associate an enum rather than a units attri
+ <owner>tsepez@chromium.org</owner>
+ <summary>
+ Count of requests which contained a basic auth username and password
+ embedded in the URL itself.
Ilya Sherman 2015/02/17 22:54:26 It looks like this is a histogram with only a sing
+ </summary>
+</histogram>
Ilya Sherman 2015/02/17 22:54:26 Was this histogram previous no defined in any hist
+
<histogram name="Net.HttpJob.TotalTime" units="milliseconds">
<owner>mmenke@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698