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

Unified Diff: chrome/browser/ui/accelerator_utils.h

Issue 143493005: Allow extensions to remove and override the bookmark shortcut key (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/ui/accelerator_utils.h
diff --git a/chrome/browser/ui/accelerator_utils.h b/chrome/browser/ui/accelerator_utils.h
index 8d29e754731057d1b3ed004bc7be8a2de3908c21..072e4f401f3be236e4ad18b522e96ef20e735b40 100644
--- a/chrome/browser/ui/accelerator_utils.h
+++ b/chrome/browser/ui/accelerator_utils.h
@@ -18,6 +18,8 @@ namespace chrome {
bool IsChromeAccelerator(const ui::Accelerator& accelerator,
Profile* profile);
+ui::Accelerator GetChromeAcceleratorForCommandId(int command_id);
Finnur 2014/02/05 13:37:40 Your design doc talks about not showing the Bookma
Mike Wittman 2014/02/05 19:17:07 Yes. I will address the menu aspects in a separate
+
} // namespace chrome
#endif // CHROME_BROWSER_UI_ACCELERATOR_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698