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