Index: ui/app_list/app_list_view_delegate.h |
diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h |
index 4a217db7168d4d05d8ca8b874eeeb80831771330..563afc40647aa262af25fa47f03998e0974cbe1d 100644 |
--- a/ui/app_list/app_list_view_delegate.h |
+++ b/ui/app_list/app_list_view_delegate.h |
@@ -115,6 +115,9 @@ class APP_LIST_EXPORT AppListViewDelegate { |
// Open the feedback UI. |
virtual void OpenFeedback() = 0; |
+ // Invoked to toggle the status of speech recognition. |
+ virtual void ToggleSpeechRecognition() = 0; |
+ |
// Shows the app list for the profile specified by |profile_path|. |
virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0; |