diff options
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index 152e7dc..d4cf1309 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -151,6 +151,9 @@ class BrowserWindow { // Returns whether the bookmark bar is visible or not. virtual bool IsBookmarkBarVisible() const = 0; + // Returns whether the bookmark bar is animating or not. + virtual bool IsBookmarkBarAnimating() const = 0; + // Returns whether the tool bar is visible or not. virtual bool IsToolbarVisible() const = 0; |