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

Unified Diff: ui/app_list/search_box_model_observer.h

Issue 69813002: Adds the speech recognition button to the app-list searchbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 1 month 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
« no previous file with comments | « ui/app_list/search_box_model.cc ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_box_model_observer.h
diff --git a/ui/app_list/search_box_model_observer.h b/ui/app_list/search_box_model_observer.h
index b4cc40c2d9a3f1dde7b9c716c9665d2baf4148eb..189d4521b95cfd8225c038366504d4cb73299324 100644
--- a/ui/app_list/search_box_model_observer.h
+++ b/ui/app_list/search_box_model_observer.h
@@ -14,6 +14,13 @@ class APP_LIST_EXPORT SearchBoxModelObserver {
// Invoked when icon is changed.
virtual void IconChanged() = 0;
+ // Invoked when the some properties of the speech recognition button is
+ // changed.
+ virtual void SpeechRecognitionButtonPropChanged() = 0;
+
+ // Invoked when the speech recognition button state is changed.
+ virtual void SetSpeechRecognitionButtonState(bool toggled) = 0;
+
// Invoked when hint text is changed.
virtual void HintTextChanged() = 0;
« no previous file with comments | « ui/app_list/search_box_model.cc ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698