| Index: chrome/browser/infobars/infobar_container.h
|
| diff --git a/chrome/browser/infobars/infobar_container.h b/chrome/browser/infobars/infobar_container.h
|
| index 3808fb3acac68496e0a61e30ca6449367de443c7..754d70db5b4f00ea2ec03222fc0dd9dd2c3e3fec 100644
|
| --- a/chrome/browser/infobars/infobar_container.h
|
| +++ b/chrome/browser/infobars/infobar_container.h
|
| @@ -137,6 +137,8 @@ class InfoBarContainer : public content::NotificationObserver,
|
| // chrome::search::SearchModelObserver:
|
| virtual void ModeChanged(const chrome::search::Mode& old_mode,
|
| const chrome::search::Mode& new_mode) OVERRIDE;
|
| + virtual void TopBarsVisibilityChanged(const chrome::search::Mode& mode,
|
| + bool visible) OVERRIDE;
|
|
|
| // Hides an InfoBar for the specified delegate, in response to a notification
|
| // from the selected InfoBarService. The InfoBar's disappearance will be
|
|
|