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

Unified Diff: chrome/browser/ui/views/accelerator_table.cc

Issue 14587007: Unify and change logout/sleep/lock shortcuts (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review Created 7 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/ash_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/accelerator_table.cc
diff --git a/chrome/browser/ui/views/accelerator_table.cc b/chrome/browser/ui/views/accelerator_table.cc
index a8b416ce8def9c1fe89893ab15fe0912e83e8661..66b238c31bb349196c5847f3b579b4d7fccc2a24 100644
--- a/chrome/browser/ui/views/accelerator_table.cc
+++ b/chrome/browser/ui/views/accelerator_table.cc
@@ -164,7 +164,7 @@ struct ChromeCmdId2AshActionId {
};
const ChromeCmdId2AshActionId kChromeCmdId2AshActionId[] = {
{ IDC_FEEDBACK, ash::OPEN_FEEDBACK_PAGE },
- { IDC_EXIT, ash::EXIT },
+ { IDC_EXIT, ash::EXIT_PRESSED },
{ IDC_NEW_INCOGNITO_WINDOW, ash::NEW_INCOGNITO_WINDOW },
{ IDC_NEW_TAB, ash::NEW_TAB },
{ IDC_NEW_WINDOW, ash::NEW_WINDOW },
« no previous file with comments | « ash/ash_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698