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

Unified Diff: ash/accelerators/accelerator_table.cc

Issue 1780553002: Fix Starting the feedback app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | chrome/browser/resources/feedback/js/event_handler.js » ('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 bb443e6b2e0dea78ff1a4354cf0c9a8532e3f8a7..1c6c9c830c6403d129db3a18cf660e808feb9376 100644
--- a/ash/accelerators/accelerator_table.cc
+++ b/ash/accelerators/accelerator_table.cc
@@ -435,8 +435,8 @@ const AcceleratorAction kNonrepeatableActions[] = {
// TODO(mazda): Add other actions which should not be repeated.
CYCLE_BACKWARD_MRU,
CYCLE_FORWARD_MRU,
- TOGGLE_OVERVIEW,
EXIT,
+ OPEN_FEEDBACK_PAGE,
PRINT_UI_HIERARCHIES, // Don't fill the logs if the key is held down.
ROTATE_SCREEN,
ROTATE_WINDOW,
@@ -447,6 +447,7 @@ const AcceleratorAction kNonrepeatableActions[] = {
TAKE_SCREENSHOT,
TOGGLE_FULLSCREEN,
TOGGLE_MAXIMIZED,
+ TOGGLE_OVERVIEW,
WINDOW_MINIMIZE,
#if defined(OS_CHROMEOS)
DEBUG_TOGGLE_TOUCH_PAD,
« no previous file with comments | « no previous file | chrome/browser/resources/feedback/js/event_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698