Chromium Code Reviews| 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> |