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

Side by Side Diff: ash/metrics/user_metrics_recorder.h

Issue 2046843005: mash: Migrate shelf menus to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ash_shell_with_content 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 unified diff | Download patch
« no previous file with comments | « ash/common/wm/wm_user_metrics_action.h ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_METRICS_USER_METRICS_RECORDER_H_ 5 #ifndef ASH_METRICS_USER_METRICS_RECORDER_H_
6 #define ASH_METRICS_USER_METRICS_RECORDER_H_ 6 #define ASH_METRICS_USER_METRICS_RECORDER_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON, 43 UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON,
44 UMA_LAUNCHER_LAUNCH_TASK, 44 UMA_LAUNCHER_LAUNCH_TASK,
45 UMA_LAUNCHER_MINIMIZE_TASK, 45 UMA_LAUNCHER_MINIMIZE_TASK,
46 UMA_LAUNCHER_SWITCH_TASK, 46 UMA_LAUNCHER_SWITCH_TASK,
47 UMA_MAXIMIZE_MODE_DISABLED, 47 UMA_MAXIMIZE_MODE_DISABLED,
48 UMA_MAXIMIZE_MODE_ENABLED, 48 UMA_MAXIMIZE_MODE_ENABLED,
49 UMA_MAXIMIZE_MODE_INITIALLY_DISABLED, 49 UMA_MAXIMIZE_MODE_INITIALLY_DISABLED,
50 UMA_MOUSE_DOWN, 50 UMA_MOUSE_DOWN,
51 UMA_PANEL_MINIMIZE_CAPTION_CLICK, 51 UMA_PANEL_MINIMIZE_CAPTION_CLICK,
52 UMA_PANEL_MINIMIZE_CAPTION_GESTURE, 52 UMA_PANEL_MINIMIZE_CAPTION_GESTURE,
53 UMA_SHELF_ALIGNMENT_SET_BOTTOM,
54 UMA_SHELF_ALIGNMENT_SET_LEFT,
55 UMA_SHELF_ALIGNMENT_SET_RIGHT,
56 UMA_STATUS_AREA_AUDIO_CURRENT_INPUT_DEVICE, 53 UMA_STATUS_AREA_AUDIO_CURRENT_INPUT_DEVICE,
57 UMA_STATUS_AREA_AUDIO_CURRENT_OUTPUT_DEVICE, 54 UMA_STATUS_AREA_AUDIO_CURRENT_OUTPUT_DEVICE,
58 UMA_STATUS_AREA_AUDIO_SWITCH_INPUT_DEVICE, 55 UMA_STATUS_AREA_AUDIO_SWITCH_INPUT_DEVICE,
59 UMA_STATUS_AREA_AUDIO_SWITCH_OUTPUT_DEVICE, 56 UMA_STATUS_AREA_AUDIO_SWITCH_OUTPUT_DEVICE,
60 UMA_STATUS_AREA_BRIGHTNESS_CHANGED, 57 UMA_STATUS_AREA_BRIGHTNESS_CHANGED,
61 UMA_STATUS_AREA_BLUETOOTH_CONNECT_KNOWN_DEVICE, 58 UMA_STATUS_AREA_BLUETOOTH_CONNECT_KNOWN_DEVICE,
62 UMA_STATUS_AREA_BLUETOOTH_CONNECT_UNKNOWN_DEVICE, 59 UMA_STATUS_AREA_BLUETOOTH_CONNECT_UNKNOWN_DEVICE,
63 UMA_STATUS_AREA_BLUETOOTH_DISABLED, 60 UMA_STATUS_AREA_BLUETOOTH_DISABLED,
64 UMA_STATUS_AREA_BLUETOOTH_ENABLED, 61 UMA_STATUS_AREA_BLUETOOTH_ENABLED,
65 UMA_STATUS_AREA_CAPS_LOCK_DETAILED, 62 UMA_STATUS_AREA_CAPS_LOCK_DETAILED,
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 // clicks or touchscreen taps. 186 // clicks or touchscreen taps.
190 std::unique_ptr<DesktopTaskSwitchMetricRecorder> 187 std::unique_ptr<DesktopTaskSwitchMetricRecorder>
191 desktop_task_switch_metric_recorder_; 188 desktop_task_switch_metric_recorder_;
192 189
193 DISALLOW_COPY_AND_ASSIGN(UserMetricsRecorder); 190 DISALLOW_COPY_AND_ASSIGN(UserMetricsRecorder);
194 }; 191 };
195 192
196 } // namespace ash 193 } // namespace ash
197 194
198 #endif // ASH_METRICS_USER_METRICS_RECORDER_H_ 195 #endif // ASH_METRICS_USER_METRICS_RECORDER_H_
OLDNEW
« no previous file with comments | « ash/common/wm/wm_user_metrics_action.h ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698