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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.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/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 851ab0d1d7970b4a043d840cce92764cfc785f28..12b192ee3db2bffcca7ed3b72395a41ba092a021 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -89,7 +89,8 @@ class LocationBarView : public LocationBar,
virtual void SetAnimationOffset(int offset) OVERRIDE;
// chrome::search::SearchModelObserver:
- 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;
// Returns the offset used while animating.
int animation_offset() const { return animation_offset_; }

Powered by Google App Engine
This is Rietveld 408576698