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

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: 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
« no previous file with comments | « no previous file | chrome/browser/ui/search/search_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698