| 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 d2172e5a99568b3a15133d6c131f8eb2134b1f07..d17c9e16f39fe2fa475972ff6dd4f3b89a897118 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -312,6 +312,7 @@ class BrowserView : public BrowserWindow,
|
| bool IsBookmarkBarAnimating() const override;
|
| bool IsTabStripEditable() const override;
|
| bool IsToolbarVisible() const override;
|
| + bool IsToolbarShowing() const override;
|
| void ShowUpdateChromeDialog() override;
|
| void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) override;
|
| void ShowBookmarkAppBubble(
|
|
|