| 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 a3fab0a782fbe975112f75ce34593495c92e2d69..0acbe039489939c2e41867a108aa15e8107e3595 100644
|
| --- a/chrome/browser/ui/app_list/search_builder.cc
|
| +++ b/chrome/browser/ui/app_list/search_builder.cc
|
| @@ -331,8 +331,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() {
|
|
|