diff options
Diffstat (limited to 'chrome/browser/views/infobars/infobars.h')
-rw-r--r-- | chrome/browser/views/infobars/infobars.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/views/infobars/infobars.h b/chrome/browser/views/infobars/infobars.h index f2ccc73..028632b 100644 --- a/chrome/browser/views/infobars/infobars.h +++ b/chrome/browser/views/infobars/infobars.h @@ -64,6 +64,10 @@ class InfoBar : public views::View, // excluding the close button. virtual int GetAvailableWidth() const; + // Removes our associated InfoBarDelegate from the associated TabContents. + // (Will lead to this InfoBar being closed). + void RemoveInfoBar() const; + private: // Overridden from views::Button::ButtonListener: virtual void ButtonPressed(views::BaseButton* sender); |