| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index 2a44a9e01a4b6929665de6041c924057f1f57a46..7dacb13ca8c1eaf09458e66e4b9fcb411b27c0d4 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -349,6 +349,10 @@ void ChromeShellDelegate::OpenFeedbackPage() {
|
| void ChromeShellDelegate::RecordUserMetricsAction(
|
| ash::UserMetricsAction action) {
|
| switch (action) {
|
| + case ash::UMA_ACCEL_MAXIMIZE_RESTORE_F4:
|
| + content::RecordAction(
|
| + content::UserMetricsAction("Accel_Maximize_Restore_F4"));
|
| + break;
|
| case ash::UMA_ACCEL_PREVWINDOW_TAB:
|
| content::RecordAction(content::UserMetricsAction("Accel_PrevWindow_Tab"));
|
| break;
|
|
|