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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.cc

Issue 2840483002: Log the creation of Sign In related dialog boxes. (Closed)
Patch Set: correct enums in enums.xml 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/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index 5018e8e2f8c96ceb857cb6ca3029bbee1f3a8659..d1b3b3538405b2b623289b6ac7c43028fc5eb30f 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -567,6 +567,7 @@ ProfileChooserView::ProfileChooserView(views::View* anchor_view,
// margins, see related bug <http://crbug.com/593203>.
set_margins(gfx::Insets(0, 0, 2, 0));
ResetView();
+ chrome::RecordDialogCreation(chrome::DialogIdentifier::PROFILE_CHOOSER);
}
ProfileChooserView::~ProfileChooserView() {
« no previous file with comments | « chrome/browser/ui/signin_view_controller.cc ('k') | chrome/browser/ui/webui/signin/signin_email_confirmation_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698