| 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;
|
|
|
|
|