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

Unified Diff: ash/common/wm/wm_user_metrics_action.h

Issue 2063333002: mash: Move all ash UMA metrics to //ash/common/metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/common/shelf/shelf_alignment_menu.cc ('k') | ash/common/wm/workspace/workspace_window_resizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/wm_user_metrics_action.h
diff --git a/ash/common/wm/wm_user_metrics_action.h b/ash/common/wm/wm_user_metrics_action.h
deleted file mode 100644
index a0f7113a6188828770e6a5c09b9bb570305bea2a..0000000000000000000000000000000000000000
--- a/ash/common/wm/wm_user_metrics_action.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_COMMON_WM_WM_USER_METRICS_ACTION_H_
-#define ASH_COMMON_WM_WM_USER_METRICS_ACTION_H_
-
-namespace ash {
-namespace wm {
-
-enum class WmUserMetricsAction {
- DRAG_MAXIMIZE_LEFT,
- DRAG_MAXIMIZE_RIGHT,
- SHELF_ALIGNMENT_SET_BOTTOM,
- SHELF_ALIGNMENT_SET_LEFT,
- SHELF_ALIGNMENT_SET_RIGHT,
- TRAY_HELP,
- TRAY_LOCK_SCREEN,
- TRAY_SHUT_DOWN,
-
- // Thumbnail sized overview of windows triggered by pressing the overview key.
- WINDOW_OVERVIEW,
-
- // User selected a window in overview mode different from the
- // previously-active window.
- WINDOW_OVERVIEW_ACTIVE_WINDOW_CHANGED,
-
- // Selecting a window in overview mode by pressing the enter key.
- WINDOW_OVERVIEW_ENTER_KEY,
-};
-
-} // namespace wm
-} // namespace ash
-
-#endif // ASH_COMMON_WM_WM_USER_METRICS_ACTION_H_
« no previous file with comments | « ash/common/shelf/shelf_alignment_menu.cc ('k') | ash/common/wm/workspace/workspace_window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698