| Index: chrome/browser/ui/views/toolbar/browser_action_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_action_view.h b/chrome/browser/ui/views/toolbar/browser_action_view.h
|
| index 01248f4462512f3e894d3e9f20370e4d23d58ed1..7dd24c3718334fd49b4bb48434a9d28e66e3d621 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_action_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/browser_action_view.h
|
| @@ -54,6 +54,9 @@ class BrowserActionView : public views::View {
|
| // Called when a browser action becomes visible/hidden.
|
| virtual void OnBrowserActionVisibilityChanged() = 0;
|
|
|
| + // Whether the container for this button is shown inside a menu.
|
| + virtual bool ShownInsideMenu() const = 0;
|
| +
|
| protected:
|
| virtual ~Delegate() {}
|
| };
|
|
|