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

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

Issue 49283004: Add UMA stats for tracking bookmark depth (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f335cdf74bb2f4146a848774cf2056530c3ad0fd..c08a7ec0f201d167a94e18847ae91df5124b9b51 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1174,6 +1174,13 @@ 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.
sky 2013/11/01 20:26:38 You should indicate what the depth corresponds to.
Yaron 2013/11/01 22:11:43 Done.
+ </summary>
+</histogram>
+
<histogram name="Canvas.ContextType" enum="CanvasContextType">
<summary>
Records the context type names used to create canvas rendering contexts.

Powered by Google App Engine
This is Rietveld 408576698