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

Side by Side Diff: ash/accelerators/accelerator_table.h

Issue 10827145: Convert Aura to use ui::Event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ash/accelerators/accelerator_filter.cc ('k') | ash/accelerators/accelerator_table.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 (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_ACCELERATORS_ACCELERATOR_TABLE_H_ 5 #ifndef ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
6 #define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_ 6 #define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ui/aura/event.h" 9 #include "ui/base/events.h"
10 10
11 namespace ash { 11 namespace ash {
12 12
13 // Please put if/def sections at the end of the bare section and keep the list 13 // Please put if/def sections at the end of the bare section and keep the list
14 // within each section in alphabetical order. 14 // within each section in alphabetical order.
15 enum AcceleratorAction { 15 enum AcceleratorAction {
16 BRIGHTNESS_DOWN, 16 BRIGHTNESS_DOWN,
17 BRIGHTNESS_UP, 17 BRIGHTNESS_UP,
18 CYCLE_BACKWARD_LINEAR, 18 CYCLE_BACKWARD_LINEAR,
19 CYCLE_BACKWARD_MRU, 19 CYCLE_BACKWARD_MRU,
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 // Actions allowed while screen is locked (in addition to 120 // Actions allowed while screen is locked (in addition to
121 // kActionsAllowedAtLoginOrLockScreen). 121 // kActionsAllowedAtLoginOrLockScreen).
122 ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLockScreen[]; 122 ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLockScreen[];
123 123
124 // The number of elements in kActionsAllowedAtLockScreen. 124 // The number of elements in kActionsAllowedAtLockScreen.
125 ASH_EXPORT extern const size_t kActionsAllowedAtLockScreenLength; 125 ASH_EXPORT extern const size_t kActionsAllowedAtLockScreenLength;
126 126
127 } // namespace ash 127 } // namespace ash
128 128
129 #endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_ 129 #endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_filter.cc ('k') | ash/accelerators/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698