| Index: athena/home/app_list_view_delegate.cc
|
| diff --git a/athena/home/app_list_view_delegate.cc b/athena/home/app_list_view_delegate.cc
|
| index d4a7f531d6ec4b329fe150bb845f65890fb5eb36..116f1de50015f80782a1ed5b67ac8e5f6c8c2a83 100644
|
| --- a/athena/home/app_list_view_delegate.cc
|
| +++ b/athena/home/app_list_view_delegate.cc
|
| @@ -28,8 +28,7 @@ namespace athena {
|
|
|
| AppListViewDelegate::AppListViewDelegate(AppModelBuilder* model_builder)
|
| : model_(new app_list::AppListModel),
|
| - speech_ui_(new app_list::SpeechUIModel(
|
| - app_list::SPEECH_RECOGNITION_OFF)) {
|
| + speech_ui_(new app_list::SpeechUIModel) {
|
| model_builder->PopulateApps(model_.get());
|
| // TODO(mukai): get the text from the resources.
|
| model_->search_box()->SetHintText(base::ASCIIToUTF16("Search"));
|
|
|