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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 10414064: Handle more browser commands in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build of ShellDelegateImpl 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/accelerators/accelerator_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index 922cef4ed8b6fdc61281d9217e1464a5c2546f8a..ef8e234269ab102044737621534da12eac6b92ec 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -24,9 +24,11 @@ enum AcceleratorAction {
FOCUS_LAUNCHER,
FOCUS_TRAY,
NEW_INCOGNITO_WINDOW,
+ NEW_TAB,
NEW_WINDOW,
NEXT_IME,
PREVIOUS_IME,
+ RESTORE_TAB,
ROTATE_WINDOWS,
SEARCH_KEY,
SELECT_LAST_WIN,
@@ -40,6 +42,7 @@ enum AcceleratorAction {
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,
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/accelerators/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698