Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6017)

Unified Diff: chrome/browser/ui/browser_instant_controller.h

Issue 12631008: alternate ntp: implement Show/HideBars API to reduce jank when showing/hiding bars (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index 21cc6d8627d68bd1d4fd3673b1bd15eebe58f6c6..e1f3d06e960474166fe174876ad12257254bedc1 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -113,6 +113,8 @@ class BrowserInstantController : public content::NotificationObserver,
// Overridden from search::SearchModelObserver:
virtual void ModeChanged(const search::Mode& old_mode,
const search::Mode& new_mode) OVERRIDE;
+ virtual void TopBarsVisibilityChanged(const search::Mode& mode,
+ bool visible) OVERRIDE {}
// content::NotificationObserver implementation.
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698