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

Unified Diff: chrome/browser/ui/views/search_view_controller.h

Issue 10816027: alternate ntp: toolbar background and separator animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address dhollowa's comments Created 8 years, 4 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/views/search_view_controller.h
diff --git a/chrome/browser/ui/views/search_view_controller.h b/chrome/browser/ui/views/search_view_controller.h
index 91cd38ae69ff3a4f9e2e347590393c5437446af1..d745332518477a4e395d5d41babe0b069dff688f 100644
--- a/chrome/browser/ui/views/search_view_controller.h
+++ b/chrome/browser/ui/views/search_view_controller.h
@@ -59,7 +59,8 @@ class SearchViewController
void InstantReady();
// chrome::search::SearchModelObserver overrides:
- virtual void ModeChanged(const chrome::search::Mode& mode) OVERRIDE;
+ virtual void ModeChanged(const chrome::search::Mode& old_mode,
+ const chrome::search::Mode& new_mode) OVERRIDE;
// ui::ImplicitAnimationObserver overrides:
virtual void OnImplicitAnimationsCompleted() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698