Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1180223006: Domain Reliability: Simplify configs and reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak in unittests Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/domain_reliability/util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index eb26ad8377e32229a37face662a2cad013c972b8..29e8e592ed8c147db5ada243c22ee94d4e85c673 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8131,19 +8131,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>
« no previous file with comments | « components/domain_reliability/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698