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

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

Issue 10377114: Remove some more OS_CHROMEOS from browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
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 #pragma once 7 #pragma once
8 8
9 #include "ash/ash_export.h" 9 #include "ash/ash_export.h"
10 #include "ui/aura/event.h" 10 #include "ui/aura/event.h"
(...skipping 20 matching lines...) Expand all
31 SEARCH_KEY, 31 SEARCH_KEY,
32 SELECT_LAST_WIN, 32 SELECT_LAST_WIN,
33 SELECT_WIN_0, 33 SELECT_WIN_0,
34 SELECT_WIN_1, 34 SELECT_WIN_1,
35 SELECT_WIN_2, 35 SELECT_WIN_2,
36 SELECT_WIN_3, 36 SELECT_WIN_3,
37 SELECT_WIN_4, 37 SELECT_WIN_4,
38 SELECT_WIN_5, 38 SELECT_WIN_5,
39 SELECT_WIN_6, 39 SELECT_WIN_6,
40 SELECT_WIN_7, 40 SELECT_WIN_7,
41 SHOW_KEYBOARD_OVERLAY,
41 SHOW_OAK, 42 SHOW_OAK,
42 SWITCH_IME, // Switch to another IME depending on the accelerator. 43 SWITCH_IME, // Switch to another IME depending on the accelerator.
43 TAKE_PARTIAL_SCREENSHOT, 44 TAKE_PARTIAL_SCREENSHOT,
44 TAKE_SCREENSHOT, 45 TAKE_SCREENSHOT,
45 TOGGLE_APP_LIST, 46 TOGGLE_APP_LIST,
46 TOGGLE_CAPS_LOCK, 47 TOGGLE_CAPS_LOCK,
47 TOGGLE_SPOKEN_FEEDBACK, 48 TOGGLE_SPOKEN_FEEDBACK,
48 VOLUME_DOWN, 49 VOLUME_DOWN,
49 VOLUME_MUTE, 50 VOLUME_MUTE,
50 VOLUME_UP, 51 VOLUME_UP,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 88
88 // Actions allowed while user is not signed in or screen is locked. 89 // Actions allowed while user is not signed in or screen is locked.
89 ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLoginScreen[]; 90 ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLoginScreen[];
90 91
91 // The number of elements in kActionsAllowedAtLoginScreen. 92 // The number of elements in kActionsAllowedAtLoginScreen.
92 ASH_EXPORT extern const size_t kActionsAllowedAtLoginScreenLength; 93 ASH_EXPORT extern const size_t kActionsAllowedAtLoginScreenLength;
93 94
94 } // namespace ash 95 } // namespace ash
95 96
96 #endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_ 97 #endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698