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

Unified Diff: ash/common/metrics/user_metrics_action.h

Issue 2131603004: [ash-md] Makes Ctrl+W accelerator close a selected window in overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Makes Ctrl+W accelerator close a selected window in overview mode (UMA) Created 4 years, 5 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
« no previous file with comments | « no previous file | ash/common/wm/overview/window_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/metrics/user_metrics_action.h
diff --git a/ash/common/metrics/user_metrics_action.h b/ash/common/metrics/user_metrics_action.h
index b53871053839ac1145cd0b09abf9b4a3c9bd2d9c..1d38ab266cb16dd41039cda94b5fe22e1cc647ae 100644
--- a/ash/common/metrics/user_metrics_action.h
+++ b/ash/common/metrics/user_metrics_action.h
@@ -126,6 +126,12 @@ enum UserMetricsAction {
// Selecting a window in overview mode by pressing the enter key.
UMA_WINDOW_OVERVIEW_ENTER_KEY,
+
+ // Closing a window in overview mode by clicking the 'X' button.
+ UMA_WINDOW_OVERVIEW_CLOSE_BUTTON,
+
+ // Closing a window in overview mode by pressing Ctrl+w shortcut.
+ UMA_WINDOW_OVERVIEW_CLOSE_KEY,
};
} // namespace ash
« no previous file with comments | « no previous file | ash/common/wm/overview/window_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698