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

Unified Diff: ui/views/window/dialog_delegate.cc

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:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/window/dialog_delegate.cc
diff --git a/ui/views/window/dialog_delegate.cc b/ui/views/window/dialog_delegate.cc
index 0c62cdc196e4a9d1f73043559a94e861585a9c5b..11078291b3f3fe5c23b0a0dfed87d912b77ee251 100644
--- a/ui/views/window/dialog_delegate.cc
+++ b/ui/views/window/dialog_delegate.cc
@@ -33,7 +33,7 @@ namespace views {
// DialogDelegate:
DialogDelegate::DialogDelegate() : supports_custom_frame_(true) {
- UMA_HISTOGRAM_BOOLEAN("Dialog.Delegate.Creation", true);
+ UMA_HISTOGRAM_BOOLEAN("Dialog.DialogDelegate.Create", true);
}
DialogDelegate::~DialogDelegate() {}
« tools/metrics/histograms/histograms.xml ('K') | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698