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

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

Issue 16517002: Track fraction of visits to top URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made UMA-related functions into members Created 7 years, 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/history_types.h ('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 b3b3e89d8db0bc2528eb19972c94b13ad143e6d1..ef3411cd107c80bf8c6e0f96e1bdfa6a4c8551bd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3135,6 +3135,14 @@ other types of suffix sets.
<summary>Events in Google Now component extension.</summary>
</histogram>
+<histogram name="History.TopSitesVisitsByRank" units="rank">
+ <summary>
+ Page visits to each of a user's top 50 sites. Visits to all other sites go
+ into the 51st bucket. Only count the page visit if it came from user
+ browsing and only count it once when cycling through a redirect chain.
+ </summary>
+</histogram>
+
<histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
<summary>
Histogram for usage of the section in the history page that allows the user
« no previous file with comments | « chrome/browser/history/history_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698