| 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 6e87b4883e722e6449742911afc6b0f7284164dd..3d33d6bda684209160c01e79433da99b420eb86a 100644
|
| --- a/chrome/browser/ui/app_list/search_builder.cc
|
| +++ b/chrome/browser/ui/app_list/search_builder.cc
|
| @@ -343,7 +343,7 @@ void SearchBuilder::StartSearch() {
|
| // are not implemented.
|
| // TODO(xiyuan): Figure out the features that need to support here.
|
| controller_->Start(AutocompleteInput(search_box_->text(), string16::npos,
|
| - string16(), false, false, true,
|
| + string16(), GURL(), false, false, true,
|
| AutocompleteInput::ALL_MATCHES));
|
| }
|
|
|
|
|