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

Unified Diff: chrome/browser/ui/search/search_delegate.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/search/search_delegate.h
diff --git a/chrome/browser/ui/search/search_delegate.h b/chrome/browser/ui/search/search_delegate.h
index 4e687694d34e3faef48bfae3698a21558ba8a7d1..a4d76cc00e798792c1f1f2c93a67719739e2ce7c 100644
--- a/chrome/browser/ui/search/search_delegate.h
+++ b/chrome/browser/ui/search/search_delegate.h
@@ -29,7 +29,7 @@ class SearchDelegate : public SearchModelObserver {
virtual ~SearchDelegate();
// Overrides for SearchModelObserver:
- virtual void ModeChanged(const Mode& mode) OVERRIDE;
+ virtual void ModeChanged(const Mode& old_mode, const Mode& new_mode) OVERRIDE;
sky 2012/08/03 17:29:40 Would be nice if you did this in a separate change
kuan 2012/08/03 17:46:49 i'm sorry abt that :( this cl, and its original in
// When the active tab is changed, the model state of this new active tab is
// propagated to the browser.
« no previous file with comments | « no previous file | chrome/browser/ui/search/search_delegate.cc » ('j') | chrome/browser/ui/search/search_tab_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698