diff options
Diffstat (limited to 'chrome/browser/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/tab_contents.h b/chrome/browser/tab_contents.h index 187822b..583358f 100644 --- a/chrome/browser/tab_contents.h +++ b/chrome/browser/tab_contents.h @@ -411,14 +411,6 @@ class TabContents : public PageNavigator, // Returns whether the bookmark bar should be visible. virtual bool IsBookmarkBarAlwaysVisible() { return false; } - // Returns the View to display at the top of the tab. - virtual InfoBarView* GetInfoBarView() { return NULL; } - - // Returns whether the info bar is visible. - // If the visibility dynamically changes, invoke ToolbarSizeChanged - // on the delegate. Which forces the frame to layout if size has changed. - virtual bool IsInfoBarVisible() { return false; } - // Whether or not the shelf view is visible. virtual void SetDownloadShelfVisible(bool visible); bool IsDownloadShelfVisible() { return shelf_visible_; } |