| Index: chrome/browser/ui/views/browser_action_view.h
|
| diff --git a/chrome/browser/ui/views/browser_action_view.h b/chrome/browser/ui/views/browser_action_view.h
|
| index 570d4d5fd0a4ffda8c3c00b10ef4243baa7a28c9..15dac0e0a9b149ea791fe9ca67cb4f870028ab82 100644
|
| --- a/chrome/browser/ui/views/browser_action_view.h
|
| +++ b/chrome/browser/ui/views/browser_action_view.h
|
| @@ -98,6 +98,9 @@ class BrowserActionButton : public views::MenuButton,
|
| private:
|
| virtual ~BrowserActionButton();
|
|
|
| + // Whether the browser action is enabled on this tab.
|
| + bool IsEnabled() const;
|
| +
|
| // The browser action this view represents. The ExtensionAction is not owned
|
| // by this class.
|
| ExtensionAction* browser_action_;
|
|
|