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

Unified Diff: ash/metrics/user_metrics_recorder.cc

Issue 114643003: Use a single ToplevelWindowEventHandler for the ash::Shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « ash/metrics/user_metrics_recorder.h ('k') | ash/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/metrics/user_metrics_recorder.cc
diff --git a/ash/metrics/user_metrics_recorder.cc b/ash/metrics/user_metrics_recorder.cc
index fdf1663e064772424575e2f119a95663b648d223..ee7e657d4b86c3e102dd16a202ae7ed087527006 100644
--- a/ash/metrics/user_metrics_recorder.cc
+++ b/ash/metrics/user_metrics_recorder.cc
@@ -79,6 +79,14 @@ void UserMetricsRecorder::RecordUserMetricsAction(UserMetricsAction action) {
case ash::UMA_MOUSE_DOWN:
content::RecordAction(content::UserMetricsAction("Mouse_Down"));
break;
+ case ash::UMA_PANEL_MINIMIZE_CAPTION_CLICK:
+ content::RecordAction(
+ content::UserMetricsAction("Panel_Minimize_Caption_Click"));
+ break;
+ case ash::UMA_PANEL_MINIMIZE_CAPTION_GESTURE:
+ content::RecordAction(
+ content::UserMetricsAction("Panel_Minimize_Caption_Gesture"));
+ break;
case ash::UMA_SHELF_ALIGNMENT_SET_BOTTOM:
content::RecordAction(
content::UserMetricsAction("Shelf_AlignmentSetBottom"));
« no previous file with comments | « ash/metrics/user_metrics_recorder.h ('k') | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698