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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2867683002: Log the creation of dialog boxes using DialogDelegateView and BubbleDialogDelegateView. (Closed)
Patch Set: Use histogram_suffixes. 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/bubble/bubble_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 8b5dd5c804e344df612a0a8530a124c680d98038..06c4021a6140aa23b607c9284f994d9f182d9af1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11853,6 +11853,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Dialog.Create" enum="BooleanCreated">
+ <owner>pdyson@chromium.org</owner>
+ <summary>Counts the number times dialog boxes are created.</summary>
msw 2017/05/11 00:54:39 I think we need to get more specific here... you h
pdyson 2017/05/11 05:54:01 I've added to the comments here and below to make
+</histogram>
+
<histogram name="Dialog.Creation" enum="DialogName">
<owner>pdyson@chromium.org</owner>
<summary>
@@ -85202,6 +85207,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="DesktopIOSPromotion.VariationSigninReason"/>
</histogram_suffixes>
+<histogram_suffixes name="DialogTypes" separator="." ordering="prefix">
+ <suffix name="DelegateView"
+ label="Counts dialog boxes created using DialogDelegateView."/>
+ <suffix name="BubbleDialogDelegateView"
+ label="Counts dialog boxes created using BubbleDialogDelegateView."/>
+ <affected-histogram name="Dialog.Create"/>
+</histogram_suffixes>
+
<histogram_suffixes name="DiskUsagePerUserCount" separator=".">
<suffix name="1User" label="Only 1 user exists on device."/>
<suffix name="2Users" label="2 users exist on device."/>
« no previous file with comments | « no previous file | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | ui/views/window/dialog_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698