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..e61482cd777f292fbbd08378b28525694835d9fa 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 when the right button of the search box is clicked. |
+ virtual void OnRightButtonClicked() = 0; |
xiyuan
2013/11/12 03:09:25
nit: Rename to ToggleVoiceRecognition to be more c
Jun Mukai
2013/11/12 19:24:09
Done.
|
+ |
// Shows the app list for the profile specified by |profile_path|. |
virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0; |