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

Unified Diff: ui/app_list/search_box_model_observer.h

Issue 105773004: Introduces the speech recognition UI to app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/speech_ui_model.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 189d4521b95cfd8225c038366504d4cb73299324..a903dbc03cfedbd4735dea5164e22c56a3f92b2d 100644
--- a/ui/app_list/search_box_model_observer.h
+++ b/ui/app_list/search_box_model_observer.h
@@ -18,9 +18,6 @@ class APP_LIST_EXPORT SearchBoxModelObserver {
// 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/speech_ui_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698