| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9cbd0bffc8fa2e91116459f6193caf4f90dc9630..747d542c42c83055f95d2306cc59579ef152c248 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -7626,6 +7626,29 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="DataReductionProxy.SuccessfulRequestCompletionCounts"
|
| + units="count">
|
| + <owner>tbansal@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + Count of the number of requests that were successfully fetched via data
|
| + reduction proxy. The bucket represents the index of the data reduction proxy
|
| + in the data reduction proxy list.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram
|
| + name="DataReductionProxy.SuccessfulRequestCompletionCounts.MainFrame"
|
| + units="count">
|
| + <owner>tbansal@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + Count of the number of main frame requests that were successfully fetched
|
| + via data reduction proxy. The bucket represents the index of the data
|
| + reduction proxy in the data reduction proxy list.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="DataReductionProxy.UIAction" enum="DataReductionProxyUIAction">
|
| <owner>bengr@chromium.org</owner>
|
| <owner>megjablon@chromium.org</owner>
|
|
|