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

Unified Diff: ash/metrics/user_metrics_recorder.h

Issue 2012343002: Converts overview to use common ash types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 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
« no previous file with comments | « ash/material_design/material_design_controller.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/metrics/user_metrics_recorder.h
diff --git a/ash/metrics/user_metrics_recorder.h b/ash/metrics/user_metrics_recorder.h
index f372920d1f0fdf15709b0b6587b31c82c6b96378..985a8f848af19eba5aa41d9e6c63c0d8790a831b 100644
--- a/ash/metrics/user_metrics_recorder.h
+++ b/ash/metrics/user_metrics_recorder.h
@@ -127,16 +127,6 @@ enum UserMetricsAction {
UMA_WINDOW_MAXIMIZE_BUTTON_MAXIMIZE_LEFT,
UMA_WINDOW_MAXIMIZE_BUTTON_MAXIMIZE_RIGHT,
- // Thumbnail sized overview of windows triggered by pressing the overview key.
- UMA_WINDOW_OVERVIEW,
-
- // User selected a window in overview mode different from the
- // previously-active window.
- UMA_WINDOW_OVERVIEW_ACTIVE_WINDOW_CHANGED,
-
- // Selecting a window in overview mode by pressing the enter key.
- UMA_WINDOW_OVERVIEW_ENTER_KEY,
-
// Window selection started by beginning an alt+tab cycle. This does not count
// each step through an alt+tab cycle.
UMA_WINDOW_CYCLE,
« no previous file with comments | « ash/material_design/material_design_controller.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698