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

Unified Diff: chrome/browser/media_galleries/media_gallery_context_menu.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
Index: chrome/browser/media_galleries/media_gallery_context_menu.cc
diff --git a/chrome/browser/media_galleries/media_gallery_context_menu.cc b/chrome/browser/media_galleries/media_gallery_context_menu.cc
index 1e637a1a6005106a09e07ace302ca029478119cf..79d021d645429d6d7e7b98bad4c42ca039dc3429 100644
--- a/chrome/browser/media_galleries/media_gallery_context_menu.cc
+++ b/chrome/browser/media_galleries/media_gallery_context_menu.cc
@@ -30,7 +30,8 @@ bool MediaGalleryContextMenu::IsCommandIdVisible(int command_id) const {
}
bool MediaGalleryContextMenu::GetAcceleratorForCommandId(
- int command_id, ui::Accelerator* accelerator) {
+ int command_id,
+ ui::Accelerator* accelerator) const {
return false;
}
« no previous file with comments | « chrome/browser/media_galleries/media_gallery_context_menu.h ('k') | chrome/browser/profiles/profile_window_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698