| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index ac8bc402838a814366e73fde072a9a465b25c195..ba4241e7f78d4ef6a8eed52bc1ad06172687820b 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -343,6 +343,7 @@ class BrowserView : public BrowserWindow,
|
| virtual void HideInstant() OVERRIDE;
|
| virtual gfx::Rect GetInstantBounds() OVERRIDE;
|
| virtual bool IsInstantTabShowing() OVERRIDE;
|
| + virtual void SetInstantHasCustomLogo(bool has_logo) OVERRIDE;
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
| virtual FindBar* CreateFindBar() OVERRIDE;
|
|
|