| 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 4cad6a740c7b75539e3145e7940f5f3827046072..59a68ce9682b1692d53d233726d5b206955966df 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.h
|
| +++ b/chrome/browser/ui/search/search_tab_helper.h
|
| @@ -53,7 +53,8 @@ class SearchTabHelper : public content::WebContentsObserver,
|
|
|
| private:
|
| // Sets the mode of the model based on |url|.
|
| - void UpdateModel(const GURL& url);
|
| + // |animate| is flag in model's mode.
|
| + void UpdateModel(const GURL& url, bool animate);
|
|
|
| // On navigation away from NTP and Search pages, delete |ntp_web_contents_|.
|
| void FlushNTP(const GURL& url);
|
|
|