| Index: chrome/browser/ui/app_list/app_list_service_impl.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| index 21f82f95e75be7e2d830b6a7bc9dda346a912679..a388c543e4eda2e67551c00940e29763cf7fb968 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| @@ -331,6 +331,11 @@ void AppListServiceImpl::Show() {
|
| weak_factory_.GetWeakPtr()));
|
| }
|
|
|
| +void AppListServiceImpl::ShowForVoiceSearch(Profile* profile) {
|
| + ShowForProfile(profile);
|
| + view_delegate_->ToggleSpeechRecognition();
|
| +}
|
| +
|
| void AppListServiceImpl::ShowForAppInstall(Profile* profile,
|
| const std::string& extension_id,
|
| bool start_discovery_tracking) {
|
|
|