Index: chrome/browser/external_tab_container.h |
=================================================================== |
--- chrome/browser/external_tab_container.h (revision 42377) |
+++ chrome/browser/external_tab_container.h (working copy) |
@@ -65,8 +65,7 @@ |
bool handle_top_level_requests, |
TabContents* existing_tab_contents, |
const GURL& initial_url, |
- const GURL& referrer, |
- bool infobars_enabled); |
+ const GURL& referrer); |
// Unhook the keystroke listener and notify about the closing TabContents. |
// This function gets called from three places, which is fine. |
@@ -203,8 +202,6 @@ |
virtual void TabContentsCreated(TabContents* new_contents); |
- virtual bool infobars_enabled(); |
- |
protected: |
// Overridden from views::WidgetWin: |
virtual LRESULT OnCreate(LPCREATESTRUCT create_struct); |
@@ -328,9 +325,6 @@ |
// from the host. |
bool pending_; |
- // Set to true if the ExternalTabContainer if infobars should be enabled. |
- bool infobars_enabled_; |
- |
DISALLOW_COPY_AND_ASSIGN(ExternalTabContainer); |
}; |