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_; |