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

Unified Diff: chrome/browser/ui/search/search_tab_helper.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/search/search_tab_helper.h
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
index 1a80d2272a66cacf45285d800989a08042149241..0784c173f99f9b907fa74c72c8dcb65843cba51e 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -45,7 +45,8 @@ class SearchTabHelper : public content::WebContentsObserver,
private:
// Sets the mode of the model based on |url|.
- void UpdateModel(const GURL& url);
+ // |animate| is set in the Mode passed to the model.
+ void UpdateModel(const GURL& url, bool animate);
const bool is_search_enabled_;
« no previous file with comments | « chrome/browser/ui/search/search_model_observer_bridge.h ('k') | chrome/browser/ui/search/search_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698