| Index: chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h b/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
|
| index ff1152e2aebc19d82f4501623377138590c8d950..907d53586661b073dc4b557daea9994cc162c40f 100644
|
| --- a/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
|
| +++ b/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
|
| @@ -36,7 +36,7 @@ class SearchAnswerWebContentsDelegate : public content::WebContentsDelegate,
|
|
|
| // Updates the state after the query string or any other relevant condition
|
| // changes.
|
| - void Update();
|
| + void Update(bool is_voice_query);
|
|
|
| // Returns a pointer to the web view for the web contents managed by this
|
| // class. The object is owned by this class and has property
|
|
|