| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0b7b43c457b1fd23422dc1e0c195541df8fd8714..a4bf3cca21148b3cc11716212b4a702407074f78 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -19563,6 +19563,28 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.DailyUserVisibleSavingsPercent_DataRedictionProxyEnabled"
|
| + units="Percent">
|
| + <owner>kundaji@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + The percentage of data savings in past
|
| + |DataReductionProxy::kNumDaysInHistorySummary| days. This number is
|
| + displayed to users as their data savings.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Net.DailyUserVisibleSavingsSize_DataRedictionProxyEnabled"
|
| + units="KB">
|
| + <owner>kundaji@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + The total data saved in KB in past
|
| + |DataReductionProxy::kNumDaysInHistorySummary| days. This number is used to
|
| + compute the data savings displayed to the user.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.DhcpWpadCancelTime" units="milliseconds">
|
| <obsolete>
|
| Removed in Chrome 39.
|
|
|