| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index b83530a13a3f3717d7bc13eab941b2f74c3d167b..36644da666eb59f6dd8c0988f99da91ac00eab31 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -188,6 +188,9 @@ class BrowserView : public BrowserWindow,
|
| // 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
|
|
|