Chromium Code Reviews| Index: chrome/browser/ui/views/toolbar_view.h |
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h |
| index 1448de3c224e1b045c147030c3a67cb42bd9e77e..41e48b9d75e571efdce121720b46a0c3410a452e 100644 |
| --- a/chrome/browser/ui/views/toolbar_view.h |
| +++ b/chrome/browser/ui/views/toolbar_view.h |
| @@ -159,6 +159,9 @@ class ToolbarView : public views::AccessiblePaneView, |
| virtual std::string GetClassName() const OVERRIDE; |
| virtual bool AcceleratorPressed(const ui::Accelerator& acc) OVERRIDE; |
| + // Whether the wrench/hotdogs menus is currently showing. |
|
Kyle Horimoto
2012/08/22 17:31:13
nit: s/menus/menu/
Dan Beam
2012/08/22 17:35:13
Done.
|
| + bool IsSettingsMenuShowing() const; |
| + |
| // The apparent horizontal space between most items, and the vertical padding |
| // above and below them. |
| static const int kStandardSpacing; |