Chromium Code Reviews| Index: chrome/browser/xp_frame.h |
| =================================================================== |
| --- chrome/browser/xp_frame.h (revision 1688) |
| +++ chrome/browser/xp_frame.h (working copy) |
| @@ -93,6 +93,7 @@ |
| virtual void UpdateToolbar(TabContents* contents, bool should_restore_state); |
| virtual void ProfileChanged(Profile* profile); |
| virtual void FocusToolbar(); |
| + virtual bool IsBookmarkBarVisible() const; |
| // |
| // CWindowImpl event management magic. See atlcrack.h |