| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 35db7f34ace6430ab7f7f8e0617cb5b7e4fd3d10..2d8ab3cc213da04ad26c203c8e9429fbb0b5f68d 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -682,6 +682,8 @@ class Browser : public TabStripModelObserver,
|
| // Overridden from 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;
|
|
|
| // Command and state updating ///////////////////////////////////////////////
|
|
|
|
|