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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 10784009: screenshot disabling policy tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@disable_screenshots
Patch Set: Updated accelerator_action.h Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index 29b85167b38fdc36a1f43fcbf563efd2985aa30d..f53863e63fe8d6f4df7f0db239ac97d5880eec03 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -8,80 +8,10 @@
#include "ash/ash_export.h"
#include "ui/aura/event.h"
-namespace ash {
+// Used to inclulde AcceleratorAction definition which originally was here.
sky 2012/08/02 20:14:39 There is no reason to specially comment this inclu
qfel 2012/08/07 09:23:15 Done.
+#include "ash/accelerators/accelerator_action.h"
-// Please put if/def sections at the end of the bare section and keep the list
-// within each section in alphabetical order.
-enum AcceleratorAction {
- BRIGHTNESS_DOWN,
- BRIGHTNESS_UP,
- CYCLE_BACKWARD_LINEAR,
- CYCLE_BACKWARD_MRU,
- CYCLE_FORWARD_LINEAR,
- CYCLE_FORWARD_MRU,
- DISPLAY_ADD_REMOVE,
- DISPLAY_CYCLE,
- DISPLAY_TOGGLE_SCALE,
- EXIT,
- FOCUS_LAUNCHER,
- FOCUS_NEXT_PANE,
- FOCUS_PREVIOUS_PANE,
- FOCUS_SYSTEM_TRAY,
- KEYBOARD_BRIGHTNESS_DOWN,
- KEYBOARD_BRIGHTNESS_UP,
- MAGNIFY_SCREEN_ZOOM_IN,
- MAGNIFY_SCREEN_ZOOM_OUT,
- NEW_INCOGNITO_WINDOW,
- NEW_TAB,
- NEW_WINDOW,
- NEXT_IME,
- OPEN_FEEDBACK_PAGE,
- PREVIOUS_IME,
- RESTORE_TAB,
- ROTATE_SCREEN,
- ROTATE_WINDOWS,
- SELECT_LAST_WIN,
- SELECT_WIN_0,
- SELECT_WIN_1,
- SELECT_WIN_2,
- SELECT_WIN_3,
- SELECT_WIN_4,
- SELECT_WIN_5,
- SELECT_WIN_6,
- SELECT_WIN_7,
- SHOW_KEYBOARD_OVERLAY,
- SHOW_OAK,
- SHOW_TASK_MANAGER,
- SWITCH_IME, // Switch to another IME depending on the accelerator.
- TAKE_PARTIAL_SCREENSHOT,
- TAKE_SCREENSHOT, // Control+F5
- TAKE_SCREENSHOT_BY_PRTSCN_KEY, // PrtScn
- TOGGLE_APP_LIST,
- TOGGLE_CAPS_LOCK,
- TOGGLE_DESKTOP_BACKGROUND_MODE,
- TOGGLE_ROOT_WINDOW_FULL_SCREEN,
- TOGGLE_SPOKEN_FEEDBACK,
- VOLUME_DOWN,
- VOLUME_MUTE,
- VOLUME_UP,
- WINDOW_MAXIMIZE_RESTORE,
- WINDOW_MINIMIZE,
- WINDOW_POSITION_CENTER,
- WINDOW_SNAP_LEFT,
- WINDOW_SNAP_RIGHT,
-#if defined(OS_CHROMEOS)
- CYCLE_DISPLAY_MODE,
- LOCK_SCREEN,
- OPEN_CROSH,
- OPEN_FILE_MANAGER_DIALOG,
- OPEN_FILE_MANAGER_TAB,
-#endif
-#if !defined(NDEBUG)
- PRINT_LAYER_HIERARCHY,
- PRINT_VIEW_HIERARCHY,
- PRINT_WINDOW_HIERARCHY,
-#endif
-};
+namespace ash {
struct AcceleratorData {
bool trigger_on_press;

Powered by Google App Engine
This is Rietveld 408576698