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

Side by Side Diff: ash/shell_delegate.h

Issue 78763003: Record user actions for Ash accelerators. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: missing return Created 7 years 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_SHELL_DELEGATE_H_ 5 #ifndef ASH_SHELL_DELEGATE_H_
6 #define ASH_SHELL_DELEGATE_H_ 6 #define ASH_SHELL_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 UMA_ACCEL_LOCK_SCREEN_POWER_BUTTON, 61 UMA_ACCEL_LOCK_SCREEN_POWER_BUTTON,
62 UMA_ACCEL_MAXIMIZE_RESTORE_F4, 62 UMA_ACCEL_MAXIMIZE_RESTORE_F4,
63 UMA_ACCEL_PREVWINDOW_F5, 63 UMA_ACCEL_PREVWINDOW_F5,
64 UMA_ACCEL_EXIT_FIRST_Q, 64 UMA_ACCEL_EXIT_FIRST_Q,
65 UMA_ACCEL_EXIT_SECOND_Q, 65 UMA_ACCEL_EXIT_SECOND_Q,
66 UMA_ACCEL_SHUT_DOWN_POWER_BUTTON, 66 UMA_ACCEL_SHUT_DOWN_POWER_BUTTON,
67 UMA_CLOSE_THROUGH_CONTEXT_MENU, 67 UMA_CLOSE_THROUGH_CONTEXT_MENU,
68 UMA_GESTURE_OVERVIEW, 68 UMA_GESTURE_OVERVIEW,
69 UMA_LAUNCHER_CLICK_ON_APP, 69 UMA_LAUNCHER_CLICK_ON_APP,
70 UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON, 70 UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON,
71 UMA_MINIMIZE_PER_KEY,
72 UMA_MOUSE_DOWN, 71 UMA_MOUSE_DOWN,
73 UMA_SHELF_ALIGNMENT_SET_BOTTOM, 72 UMA_SHELF_ALIGNMENT_SET_BOTTOM,
74 UMA_SHELF_ALIGNMENT_SET_LEFT, 73 UMA_SHELF_ALIGNMENT_SET_LEFT,
75 UMA_SHELF_ALIGNMENT_SET_RIGHT, 74 UMA_SHELF_ALIGNMENT_SET_RIGHT,
76 UMA_TOGGLE_MAXIMIZE_CAPTION_CLICK, 75 UMA_TOGGLE_MAXIMIZE_CAPTION_CLICK,
77 UMA_TOGGLE_MAXIMIZE_CAPTION_GESTURE, 76 UMA_TOGGLE_MAXIMIZE_CAPTION_GESTURE,
78 UMA_TOUCHPAD_GESTURE_OVERVIEW, 77 UMA_TOUCHPAD_GESTURE_OVERVIEW,
79 UMA_TOUCHSCREEN_TAP_DOWN, 78 UMA_TOUCHSCREEN_TAP_DOWN,
80 UMA_TRAY_HELP, 79 UMA_TRAY_HELP,
81 UMA_TRAY_LOCK_SCREEN, 80 UMA_TRAY_LOCK_SCREEN,
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 // value. 182 // value.
184 virtual RootWindowHostFactory* CreateRootWindowHostFactory() = 0; 183 virtual RootWindowHostFactory* CreateRootWindowHostFactory() = 0;
185 184
186 // Get the product name. 185 // Get the product name.
187 virtual base::string16 GetProductName() const = 0; 186 virtual base::string16 GetProductName() const = 0;
188 }; 187 };
189 188
190 } // namespace ash 189 } // namespace ash
191 190
192 #endif // ASH_SHELL_DELEGATE_H_ 191 #endif // ASH_SHELL_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698