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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2850533003: Log the creation of a dialog boxes using DialogDelegate. (Closed)
Patch Set: Use BooleanCreated enum for Dialog.Delegate.Creation Created 3 years, 7 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 | ui/views/window/dialog_delegate.cc » ('j') | 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 12b8f38552a570320bf2fdd9795435ae19855797..720020ed1ff056ecdb968ad2f1b2c920d8f509f8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11788,6 +11788,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Dialog.Delegate.Creation" enum="BooleanCreated">
+ <owner>pdyson@chromium.org</owner>
+ <summary>
+ Counts the number times dialog boxes are created using DialogDelegate.
+ </summary>
+</histogram>
+
<histogram name="DirectWrite.Fonts.BuildCache.File.Size" units="KB">
<owner>shrikant@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | ui/views/window/dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698