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

Unified Diff: chrome/browser/ui/views/profiles/user_manager_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/profiles/user_manager_view.cc
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
index 6bd45afce13ba99af3a23fefff9cc4b4c0d29409..b86fe47615a61a3e872e0c58745d1ea9cad00ca9 100644
--- a/chrome/browser/ui/views/profiles/user_manager_view.cc
+++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
@@ -67,6 +67,7 @@ UserManagerProfileDialogDelegate::UserManagerProfileDialogDelegate(
web_view_->GetWebContents()->SetDelegate(this);
web_view_->LoadInitialURL(url);
+ chrome::RecordDialogCreation(chrome::DialogIdentifier::USER_MANAGER_PROFILE);
}
UserManagerProfileDialogDelegate::~UserManagerProfileDialogDelegate() {}
@@ -269,6 +270,7 @@ UserManagerView::UserManagerView()
user_manager_started_showing_(base::Time()) {
keep_alive_.reset(new ScopedKeepAlive(KeepAliveOrigin::USER_MANAGER_VIEW,
KeepAliveRestartOption::DISABLED));
+ chrome::RecordDialogCreation(chrome::DialogIdentifier::USER_MANAGER);
}
UserManagerView::~UserManagerView() {

Powered by Google App Engine
This is Rietveld 408576698