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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23983006: Added two histograms missing from histograms.xml. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved ThumbnailFallbackRate to other CL. Created 7 years, 3 months 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 | « no previous file | 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 7018035bfe891e9a33e4124264a1c0f14ba56b88..1c237f06efe4d199c09cef69f92eae53702d2f8f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16629,6 +16629,17 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="TopSites.NumberOfApplyBlacklist">
+ <summary>The number of times TopSitesImpl::ApplyBlacklist is called.</summary>
+</histogram>
+
+<histogram name="TopSites.NumberOfBlacklistedItems">
+ <summary>
+ The number of items in the user Most Visited blacklist every time
+ TopSitesImpl::ApplyBlacklist is called.
+ </summary>
+</histogram>
+
<histogram name="Touchpad.Device" enum="TouchpadDeviceState">
<summary>Tracks touchpad device state.</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698