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

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

Issue 10816027: alternate ntp: toolbar background and separator animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android build break 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.cc
diff --git a/chrome/browser/ui/views/search_view_controller.cc b/chrome/browser/ui/views/search_view_controller.cc
index f2b6e45809687d8e9718967b3568dac53a7959a4..a0502d8b8bd661dcaa2604794777fb94f8141834 100644
--- a/chrome/browser/ui/views/search_view_controller.cc
+++ b/chrome/browser/ui/views/search_view_controller.cc
@@ -293,7 +293,8 @@ void SearchViewController::StackAtTop() {
void SearchViewController::InstantReady() {
}
-void SearchViewController::ModeChanged(const chrome::search::Mode& mode) {
+void SearchViewController::ModeChanged(const chrome::search::Mode& old_mode,
+ const chrome::search::Mode& new_mode) {
UpdateState();
}
« no previous file with comments | « chrome/browser/ui/views/search_view_controller.h ('k') | chrome/browser/ui/views/tabs/browser_tab_strip_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698