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

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

Issue 2868203002: Replace Dialog.Delegate.Creation with Dialog.DialogDelegate.Create. (Closed)
Patch Set: fix dialog name in comment 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 06a009aa8a22bf2b160a27ebc4deedaaf99fbd8d..8cf4e69b0ce155ab98b0cb7a212d02cd89968297 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11925,6 +11925,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Dialog.Delegate.Creation" enum="BooleanCreated">
+ <obsolete>
msw 2017/05/12 01:34:49 What's the real deal with deprecating versus delet
jwd 2017/05/12 20:00:24 The reason to not delete is to preserve the mappin
+ Deprecated, use Dialog.DialogDelegate.Create.
+ </obsolete>
<owner>pdyson@chromium.org</owner>
<summary>
Counts the number times dialog boxes are created using DialogDelegate.
@@ -85480,6 +85483,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="DialogTypes" separator="." ordering="prefix">
+ <suffix name="DialogDelegate"
+ label="Counts dialog boxes created using DialogDelegate."/>
<suffix name="DialogDelegateView"
label="Counts dialog boxes created using DialogDelegateView. These are
a subset of those created with DialogDelegate."/>
« 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