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

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

Issue 2850533003: Log the creation of a dialog boxes using DialogDelegate. (Closed)
Patch Set: Created 3 years, 8 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') | ui/views/window/dialog_delegate.cc » ('J')
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..b7c7bbb89cebe8d685bc1ea18d4862beb74e5b8f 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">
jwd 2017/05/03 20:14:40 Add an enum. Looks like we have a BooleanCreated e
pdyson 2017/05/03 23:59:00 Done.
+ <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') | ui/views/window/dialog_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698