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

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 10698115: Support "Report Issue" in case of no-browser windows in ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | ash/accelerators/accelerator_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.cc
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
index 85c70e362bd17f55242ead3cc02355ea59d6734a..1a884fc5146248cfbbd8e0d81f4fe5e46d29b78e 100644
--- a/ash/accelerators/accelerator_controller.cc
+++ b/ash/accelerators/accelerator_controller.cc
@@ -400,6 +400,9 @@ bool AcceleratorController::PerformAction(int action,
ash::Shell::GetInstance()->output_configurator()->CycleDisplayMode();
return true;
#endif
+ case OPEN_FEEDBACK_PAGE:
+ ash::Shell::GetInstance()->delegate()->OpenFeedbackPage();
+ return true;
case EXIT:
return HandleExit();
case NEW_INCOGNITO_WINDOW:
« no previous file with comments | « no previous file | ash/accelerators/accelerator_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698