| Index: chrome/browser/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.h (revision 5722)
|
| +++ chrome/browser/views/frame/browser_view.h (working copy)
|
| @@ -22,6 +22,7 @@
|
| class Browser;
|
| class BrowserToolbarView;
|
| class EncodingMenuControllerDelegate;
|
| +class InfoBarContainer;
|
| class Menu;
|
| class StatusBubble;
|
| class TabContentsContainerView;
|
| @@ -343,6 +344,9 @@
|
| // The Bookmark Bar View for this window. Lazily created.
|
| scoped_ptr<BookmarkBarView> bookmark_bar_view_;
|
|
|
| + // The InfoBarContainer that contains InfoBars for the current tab.
|
| + InfoBarContainer* infobar_container_;
|
| +
|
| // The view that contains the selected TabContents.
|
| TabContentsContainerView* contents_container_;
|
|
|
|
|