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

Side by Side Diff: ash/shell_delegate.h

Issue 20415002: Add window overview mode behind --ash-enable-overview-mode flag to F5 key. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove implicit cast to bool. Created 7 years, 4 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/shell.cc ('k') | ash/wm/window_selector.h » ('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 (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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 UMA_ACCEL_KEYBOARD_BRIGHTNESS_DOWN_F6, 53 UMA_ACCEL_KEYBOARD_BRIGHTNESS_DOWN_F6,
54 UMA_ACCEL_KEYBOARD_BRIGHTNESS_UP_F7, 54 UMA_ACCEL_KEYBOARD_BRIGHTNESS_UP_F7,
55 UMA_ACCEL_LOCK_SCREEN_L, 55 UMA_ACCEL_LOCK_SCREEN_L,
56 UMA_ACCEL_LOCK_SCREEN_LOCK_BUTTON, 56 UMA_ACCEL_LOCK_SCREEN_LOCK_BUTTON,
57 UMA_ACCEL_LOCK_SCREEN_POWER_BUTTON, 57 UMA_ACCEL_LOCK_SCREEN_POWER_BUTTON,
58 UMA_ACCEL_FULLSCREEN_F4, 58 UMA_ACCEL_FULLSCREEN_F4,
59 UMA_ACCEL_MAXIMIZE_RESTORE_F4, 59 UMA_ACCEL_MAXIMIZE_RESTORE_F4,
60 UMA_ACCEL_NEWTAB_T, 60 UMA_ACCEL_NEWTAB_T,
61 UMA_ACCEL_NEXTWINDOW_F5, 61 UMA_ACCEL_NEXTWINDOW_F5,
62 UMA_ACCEL_NEXTWINDOW_TAB, 62 UMA_ACCEL_NEXTWINDOW_TAB,
63 UMA_ACCEL_OVERVIEW_F5,
63 UMA_ACCEL_PREVWINDOW_F5, 64 UMA_ACCEL_PREVWINDOW_F5,
64 UMA_ACCEL_PREVWINDOW_TAB, 65 UMA_ACCEL_PREVWINDOW_TAB,
65 UMA_ACCEL_EXIT_FIRST_Q, 66 UMA_ACCEL_EXIT_FIRST_Q,
66 UMA_ACCEL_EXIT_SECOND_Q, 67 UMA_ACCEL_EXIT_SECOND_Q,
67 UMA_ACCEL_SEARCH_LWIN, 68 UMA_ACCEL_SEARCH_LWIN,
68 UMA_ACCEL_SHUT_DOWN_POWER_BUTTON, 69 UMA_ACCEL_SHUT_DOWN_POWER_BUTTON,
69 UMA_CLOSE_THROUGH_CONTEXT_MENU, 70 UMA_CLOSE_THROUGH_CONTEXT_MENU,
70 UMA_LAUNCHER_CLICK_ON_APP, 71 UMA_LAUNCHER_CLICK_ON_APP,
71 UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON, 72 UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON,
72 UMA_MINIMIZE_PER_KEY, 73 UMA_MINIMIZE_PER_KEY,
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 // value. 257 // value.
257 virtual RootWindowHostFactory* CreateRootWindowHostFactory() = 0; 258 virtual RootWindowHostFactory* CreateRootWindowHostFactory() = 0;
258 259
259 // Get the product name. 260 // Get the product name.
260 virtual base::string16 GetProductName() const = 0; 261 virtual base::string16 GetProductName() const = 0;
261 }; 262 };
262 263
263 } // namespace ash 264 } // namespace ash
264 265
265 #endif // ASH_SHELL_DELEGATE_H_ 266 #endif // ASH_SHELL_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/window_selector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698