Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b10b1a607c2808d04106586e20e2575833a848c5..9899f8349e66d37486a64de03328a64055b9cc27 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -15200,7 +15200,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpContentLength" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
Size of the response body. This is the actual number of bytes received, |
which usually agrees with but is not necessarily the same as the size |
@@ -15209,7 +15209,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpContentLengthCacheable" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
Size of the response body if it is cacheable. This is the actual number of |
bytes received, which usually agrees with but is not necessarily the same as |
@@ -15218,7 +15218,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpContentLengthCacheable24Hours" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
Size of the response body if it is cacheable for at least 24 hours. This is |
the actual number of bytes received, which usually agrees with but is not |
@@ -15227,7 +15227,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpContentLengthCacheable4Hours" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
Size of the response body if it is cacheable for at least 4 hours. This is |
the actual number of bytes received, which usually agrees with but is not |
@@ -15236,7 +15236,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpContentLengthDifference" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
The difference between the size specified in the X-Original-Content-Length |
header and the size of teh response body. This is zero if the |
@@ -15245,7 +15245,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpContentLengthDifferenceWithValidOCL" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
The difference between the size specified in the X-Original-Content-Length |
header and the size of the response body. Only includes resources that have |
@@ -15254,7 +15254,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpContentLengthWithValidOCL" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
Size of the response body. Only includes resources that have the |
X-Original-Content-Length header. |
@@ -15303,7 +15303,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpOriginalContentLength" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
Size specified in the X-Original-Content-Length header. If this header is |
not present in the response, the size of the response body is used. |
@@ -15311,7 +15311,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</histogram> |
<histogram name="Net.HttpOriginalContentLengthWithValidOCL" units="bytes"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
+ <owner>bengr@chromium.org</owner> |
<summary> |
Size specified in the X-Original-Content-Length header. Only includes |
resources that have the X-Original-Content-Length header. |