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."/> |