Index: trunk/src/chrome/browser/ui/views/frame/browser_view.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/views/frame/browser_view.h (revision 194596) |
+++ trunk/src/chrome/browser/ui/views/frame/browser_view.h (working copy) |
@@ -188,9 +188,6 @@ |
// otherwise. |
bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator); |
- // Returns true if the specificed |accelerator| is registered with this view. |
- bool IsAcceleratorRegistered(const ui::Accelerator& accelerator); |
- |
// Returns the active WebContents. Used by our NonClientView's |
// TabIconView::TabContentsProvider implementations. |
// TODO(beng): exposing this here is a bit bogus, since it's only used to |