| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b270272a96e0dec5b0f4eb318b361e34b599af0a..b45941322cea225d4ef422f227c27640fbdd0233 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -7857,19 +7857,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="DomainReliability.AddBeaconDidEvict" enum="BooleanDidEvict">
|
| +<histogram name="DomainReliability.BeaconReported" enum="BooleanReported">
|
| <owner>ttuttle@chromium.org</owner>
|
| <summary>
|
| - Whether adding a beacon to a Domain Reliability context caused it to evict
|
| - an older beacon to stay within memory limits.
|
| + Whether a beacon added to a Domain Reliability context was saved to be
|
| + uploaded to the collector.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="DomainReliability.BeaconReported" enum="BooleanReported">
|
| +<histogram name="DomainReliability.OnBeaconDidEvict" enum="BooleanDidEvict">
|
| <owner>ttuttle@chromium.org</owner>
|
| <summary>
|
| - Whether a beacon added to a Domain Reliability context was saved to be
|
| - uploaded to the collector.
|
| + Whether adding a beacon to a Domain Reliability context caused it to evict
|
| + an older beacon to stay within memory limits.
|
| </summary>
|
| </histogram>
|
|
|
|
|