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

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

Issue 286163002: UMA for Mirror Feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 66a55719ec94ddaab18f3f6e8c1ae232c26d8318..fe5ba9a93f4573e07c263457fc1257459db80bfa 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -597,6 +597,8 @@ void ProfileChooserView::ButtonPressed(views::Button* sender,
tutorial_mode_ = TUTORIAL_MODE_SEND_FEEDBACK;
ShowView(BUBBLE_VIEW_MODE_PROFILE_CHOOSER, avatar_menu_.get());
} else if (sender == tutorial_send_feedback_button_) {
+ ProfileMetrics::LogProfileUpgradeEnrollment(
+ ProfileMetrics::PROFILE_ENROLLMENT_SEND_FEEDBACK);
chrome::OpenFeedbackDialog(browser_);
} else if (sender == end_preview_and_relaunch_button_) {
profiles::DisableNewProfileManagementPreview();

Powered by Google App Engine
This is Rietveld 408576698