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

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: remove use of GetActiveDesktop() 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..70b4591a72a41c1b5a571119061370ff4bd9f897 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 GetPrimaryChromeAcceleratorForCommandId(int command_id);
+
} // namespace chrome
#endif // CHROME_BROWSER_UI_ACCELERATOR_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698