Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index a667b94fd0478ea271e1c93bf3f9a36035def877..6fc1275a46984dc0954de4faf40474df96de781f 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -9160,6 +9160,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="DataReductionProxy.WarmupURL.FetchInitiated" units="count"> |
| + <owner>tbansal@chromium.org</owner> |
| + <summary> |
| + Number of times the data reduction proxy warm up URL was fetched. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="DataReductionProxy.WarmupURL.FetchSuccessful" |
| + enum="BooleanSuccess"> |
| + <owner>tbansal@chromium.org</owner> |
| + <summary>Result of the fetching of the warm up URL.</summary> |
|
RyanSturm
2016/12/08 20:59:17
nit: s/Result of the fetching of the warm up URL/W
tbansal1
2016/12/10 00:48:49
Done.
|
| +</histogram> |
| + |
| <histogram name="DataUsage.MatchingRulesCount.Invalid" units="count"> |
| <owner>bengr@chromium.org</owner> |
| <owner>rajendrant@chromium.org</owner> |