| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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_ACTION_H_ | 5 #ifndef ASH_METRICS_USER_METRICS_ACTION_H_ |
| 6 #define ASH_METRICS_USER_METRICS_ACTION_H_ | 6 #define ASH_METRICS_USER_METRICS_ACTION_H_ |
| 7 | 7 |
| 8 namespace ash { | 8 namespace ash { |
| 9 | 9 |
| 10 // Ash-owned user metrics. | 10 // Ash-owned user metrics. |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 UMA_STATUS_AREA_CAPS_LOCK_DETAILED, | 49 UMA_STATUS_AREA_CAPS_LOCK_DETAILED, |
| 50 UMA_STATUS_AREA_CAPS_LOCK_DISABLED_BY_CLICK, | 50 UMA_STATUS_AREA_CAPS_LOCK_DISABLED_BY_CLICK, |
| 51 UMA_STATUS_AREA_CAPS_LOCK_ENABLED_BY_CLICK, | 51 UMA_STATUS_AREA_CAPS_LOCK_ENABLED_BY_CLICK, |
| 52 UMA_STATUS_AREA_CAPS_LOCK_POPUP, | 52 UMA_STATUS_AREA_CAPS_LOCK_POPUP, |
| 53 UMA_STATUS_AREA_CAST_STOP_CAST, | 53 UMA_STATUS_AREA_CAST_STOP_CAST, |
| 54 UMA_STATUS_AREA_CONNECT_TO_CONFIGURED_NETWORK, | 54 UMA_STATUS_AREA_CONNECT_TO_CONFIGURED_NETWORK, |
| 55 UMA_STATUS_AREA_CONNECT_TO_UNCONFIGURED_NETWORK, | 55 UMA_STATUS_AREA_CONNECT_TO_UNCONFIGURED_NETWORK, |
| 56 UMA_STATUS_AREA_CONNECT_TO_VPN, | 56 UMA_STATUS_AREA_CONNECT_TO_VPN, |
| 57 UMA_STATUS_AREA_CHANGED_VOLUME_MENU, | 57 UMA_STATUS_AREA_CHANGED_VOLUME_MENU, |
| 58 UMA_STATUS_AREA_CHANGED_VOLUME_POPUP, | 58 UMA_STATUS_AREA_CHANGED_VOLUME_POPUP, |
| 59 UMA_STATUS_AREA_DETAILED_ACCESSABILITY, | 59 UMA_STATUS_AREA_DETAILED_ACCESSIBILITY, |
| 60 UMA_STATUS_AREA_DETAILED_AUDIO_VIEW, | 60 UMA_STATUS_AREA_DETAILED_AUDIO_VIEW, |
| 61 UMA_STATUS_AREA_DETAILED_BLUETOOTH_VIEW, | 61 UMA_STATUS_AREA_DETAILED_BLUETOOTH_VIEW, |
| 62 UMA_STATUS_AREA_DETAILED_BRIGHTNESS_VIEW, | 62 UMA_STATUS_AREA_DETAILED_BRIGHTNESS_VIEW, |
| 63 UMA_STATUS_AREA_DETAILED_CAST_VIEW, | 63 UMA_STATUS_AREA_DETAILED_CAST_VIEW, |
| 64 UMA_STATUS_AREA_DETAILED_CAST_VIEW_LAUNCH_CAST, | 64 UMA_STATUS_AREA_DETAILED_CAST_VIEW_LAUNCH_CAST, |
| 65 UMA_STATUS_AREA_DETAILED_DRIVE_VIEW, | 65 UMA_STATUS_AREA_DETAILED_DRIVE_VIEW, |
| 66 UMA_STATUS_AREA_DETAILED_NETWORK_VIEW, | 66 UMA_STATUS_AREA_DETAILED_NETWORK_VIEW, |
| 67 UMA_STATUS_AREA_DETAILED_SMS_VIEW, | 67 UMA_STATUS_AREA_DETAILED_SMS_VIEW, |
| 68 UMA_STATUS_AREA_DETAILED_VPN_VIEW, | 68 UMA_STATUS_AREA_DETAILED_VPN_VIEW, |
| 69 UMA_STATUS_AREA_DISABLE_AUTO_CLICK, | 69 UMA_STATUS_AREA_DISABLE_AUTO_CLICK, |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 // Closing a window in overview mode by clicking the 'X' button. | 153 // Closing a window in overview mode by clicking the 'X' button. |
| 154 UMA_WINDOW_OVERVIEW_CLOSE_BUTTON, | 154 UMA_WINDOW_OVERVIEW_CLOSE_BUTTON, |
| 155 | 155 |
| 156 // Closing a window in overview mode by pressing Ctrl+w shortcut. | 156 // Closing a window in overview mode by pressing Ctrl+w shortcut. |
| 157 UMA_WINDOW_OVERVIEW_CLOSE_KEY, | 157 UMA_WINDOW_OVERVIEW_CLOSE_KEY, |
| 158 }; | 158 }; |
| 159 | 159 |
| 160 } // namespace ash | 160 } // namespace ash |
| 161 | 161 |
| 162 #endif // ASH_METRICS_USER_METRICS_ACTION_H_ | 162 #endif // ASH_METRICS_USER_METRICS_ACTION_H_ |
| OLD | NEW |