summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_command_controller.cc
diff options
context:
space:
mode:
authorstevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 00:28:47 +0000
committerstevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 00:28:47 +0000
commitc66de54bfd56a182529ee3a8b0d47dee1ac5d7d3 (patch)
tree4770c9b609d2a51b4742abb17e3d7ef18e57f549 /chrome/browser/ui/browser_command_controller.cc
parent7b01f28d3274e24132703336e47b9683883f6520 (diff)
downloadchromium_src-c66de54bfd56a182529ee3a8b0d47dee1ac5d7d3.zip
chromium_src-c66de54bfd56a182529ee3a8b0d47dee1ac5d7d3.tar.gz
chromium_src-c66de54bfd56a182529ee3a8b0d47dee1ac5d7d3.tar.bz2
Split Minimize user action metric into a metric per key.
BUG=321695 Review URL: https://codereview.chromium.org/102573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.cc')
-rw-r--r--chrome/browser/ui/browser_command_controller.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index ab057d6..6ce4522 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -457,6 +457,8 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
chrome::ToggleAshDesktop();
break;
case IDC_MINIMIZE_WINDOW:
+ content::RecordAction(
+ content::UserMetricsAction("Accel_Toggle_Minimized_M"));
ash::accelerators::ToggleMinimized();
break;
// If Ash needs many more commands here we should implement a general