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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 49283004: Add UMA stats for tracking bookmark depth (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky Created 7 years, 1 month 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 | « chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.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 f335cdf74bb2f4146a848774cf2056530c3ad0fd..cf124ad7208b731deceac55ec5cd5389dca68b47 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1174,6 +1174,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Bookmarks.LaunchDepth">
+ <summary>
+ Logs the depth of the bookmark in the bookmark tree hiearchy every time a
+ bookmark is launched. Depth indicates how many levels below a permanent
+ bookmark folder the bookmark was found in (e.g. a bookmark immediately in
+ the bookmark bar has depth 1).
+ </summary>
+</histogram>
+
<histogram name="Canvas.ContextType" enum="CanvasContextType">
<summary>
Records the context type names used to create canvas rendering contexts.
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698