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

Unified Diff: ash/accelerators/accelerator_table.cc

Issue 9837046: Revert r128507 "Revert r128436 "relanding: disabled workspace_window_resizer test. fixed access-aft… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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_table.h ('k') | ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_table.cc
diff --git a/ash/accelerators/accelerator_table.cc b/ash/accelerators/accelerator_table.cc
index 08f1843fe4b84d24be035223760dc328843be685..823d29c3b59b6fd13e9498ca388253fa246139d4 100644
--- a/ash/accelerators/accelerator_table.cc
+++ b/ash/accelerators/accelerator_table.cc
@@ -104,6 +104,10 @@ const AcceleratorData kAcceleratorData[] = {
CYCLE_FORWARD_MRU },
{ ui::ET_TRANSLATED_KEY_PRESS, ui::VKEY_W, true, false, true,
CYCLE_BACKWARD_MRU },
+ { ui::ET_TRANSLATED_KEY_PRESS, ui::VKEY_F4, false, true, false,
+ ADD_REMOVE_MONITOR },
+ { ui::ET_TRANSLATED_KEY_PRESS, ui::VKEY_F4, true, true, false,
+ CYCLE_MONITOR },
#endif
};
« no previous file with comments | « ash/accelerators/accelerator_table.h ('k') | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698