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

Unified Diff: ash/sysui/context_menu_mus.cc

Issue 2133013002: AcceleratorProvider: Make GetAcceleratorForCommandId const. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix overrides on Mac and Chrome OS. Created 4 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 | « ash/sysui/context_menu_mus.h ('k') | ash/sysui/shelf_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/context_menu_mus.cc
diff --git a/ash/sysui/context_menu_mus.cc b/ash/sysui/context_menu_mus.cc
index 928de761324af0f5ae218a0f5341e48bb0b33a4f..52ddd93f3a5b28819466e8da19056b17901ccb2e 100644
--- a/ash/sysui/context_menu_mus.cc
+++ b/ash/sysui/context_menu_mus.cc
@@ -41,8 +41,9 @@ bool ContextMenuMus::IsCommandIdEnabled(int command_id) const {
return true;
}
-bool ContextMenuMus::GetAcceleratorForCommandId(int command_id,
- ui::Accelerator* accelerator) {
+bool ContextMenuMus::GetAcceleratorForCommandId(
+ int command_id,
+ ui::Accelerator* accelerator) const {
return false;
}
« no previous file with comments | « ash/sysui/context_menu_mus.h ('k') | ash/sysui/shelf_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698