Chromium Code Reviews| 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_ |