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

Unified Diff: chrome/browser/ui/app_list/search_answer_web_contents_delegate.h

Issue 2846733004: Optimization: not sending answer server requests for voice queries. (Closed)
Patch Set: Created 3 years, 8 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/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

Powered by Google App Engine
This is Rietveld 408576698