| Index: chrome/browser/ui/app_list/search_builder.cc
|
| diff --git a/chrome/browser/ui/app_list/search_builder.cc b/chrome/browser/ui/app_list/search_builder.cc
|
| index 86d195e080e2e2ed0c359598522c9f29e45db74f..8f67b03c3cbe2d4d9a0828dd3d52aefbc301dc69 100644
|
| --- a/chrome/browser/ui/app_list/search_builder.cc
|
| +++ b/chrome/browser/ui/app_list/search_builder.cc
|
| @@ -326,8 +326,9 @@ void SearchBuilder::StartSearch() {
|
| // Omnibox features such as keyword selection/accepting and instant query
|
| // are not implemented.
|
| // TODO(xiyuan): Figure out the features that need to support here.
|
| - controller_->Start(search_box_->text(), string16(), false, false, true,
|
| - AutocompleteInput::ALL_MATCHES);
|
| + controller_->Start(AutocompleteInput(search_box_->text(), string16::npos,
|
| + string16(), false, false, true,
|
| + AutocompleteInput::ALL_MATCHES));
|
| }
|
|
|
| void SearchBuilder::StopSearch() {
|
|
|