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

Unified Diff: chrome/browser/ui/views/validation_message_bubble_view.cc

Issue 2881683002: Log the creation of several more dialog box types. (Closed)
Patch Set: Fix alphabetization errors. 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: chrome/browser/ui/views/validation_message_bubble_view.cc
diff --git a/chrome/browser/ui/views/validation_message_bubble_view.cc b/chrome/browser/ui/views/validation_message_bubble_view.cc
index 2c57d120188a01cbe139514263c98687d8333cb7..55598e7ce8fb5046cdc21df8d402185dfe51e7a1 100644
--- a/chrome/browser/ui/views/validation_message_bubble_view.cc
+++ b/chrome/browser/ui/views/validation_message_bubble_view.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/views/validation_message_bubble_view.h"
+#include "chrome/browser/ui/browser_dialogs.h"
#include "chrome/grit/theme_resources.h"
#include "content/public/browser/render_widget_host.h"
#include "content/public/browser/web_contents.h"
@@ -78,6 +79,7 @@ ValidationMessageBubbleView::ValidationMessageBubbleView(
size_ = gfx::Size(text_start_x + label_width, content_bottom);
views::BubbleDialogDelegateView::CreateBubble(this)->ShowInactive();
+ chrome::RecordDialogCreation(chrome::DialogIdentifier::VALIDATION_MESSAGE);
}
ValidationMessageBubbleView::~ValidationMessageBubbleView() {
« no previous file with comments | « chrome/browser/ui/views/toolbar/home_button.cc ('k') | chrome/browser/ui/views/webshare/webshare_target_picker_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698