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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1241063003: Support Component Actions in the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per mfoltz@'s comments. Created 5 years, 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 84d9004f76a1054c29a588bca645acf83cd020b4..c65c9959e1f96b90298566267c0f93e1c7f6e6b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45924,6 +45924,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Number of retries until the final response was recorded.</summary>
</histogram>
+<histogram name="ToolbarActionsModel.ComponentActionsCount">
Ilya Sherman 2015/08/06 15:55:23 It looks like you're introducing a new top-level g
apacible 2015/08/06 17:50:46 Talked to rdevlin.cronin@ about a potential top-le
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The number of component action icons the Browser Actions Container knows
+ about (visible or in the overflow bucket). Does not count icons that have
+ been permanently hidden by the user. Measured once per startup per
+ (non-incognito) profile.
+ </summary>
+</histogram>
+
+<histogram name="ToolbarActionsModel.OverallActionsCount">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The total number of action icons the Browser Actions Container knows about
+ (visible or in the overflow bucket). Does not count icons that have been
+ permanently hidden by the user. Measured once per startup per
+ (non-incognito) profile.
+ </summary>
+</histogram>
+
<histogram name="TopSites.NumberOfApplyBlacklist">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The number of times TopSitesImpl::ApplyBlacklist is called.</summary>
« chrome/browser/ui/toolbar/toolbar_actions_model.cc ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698