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

Unified Diff: chrome/browser/ui/views/tabs/browser_tab_strip_controller.h

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/tabs/browser_tab_strip_controller.h
diff --git a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h
index 76921c1b35a93f5517f87f14772821776d34ec0f..19e2fb7c8e06e591a5848f65fd2062f7c75149bf 100644
--- a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h
+++ b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h
@@ -103,7 +103,8 @@ class BrowserTabStripController
int model_index) OVERRIDE;
// chrome::search::SearchModelObserver implementation:
- 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;
// chrome::search::ToolbarSearchAnimatorObserver implementation:
virtual void OnToolbarBackgroundAnimatorProgressed() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/search_view_controller.cc ('k') | chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698