| 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 89a2409771293a4193b1f268cd2844a3454bea1e..08969cf84debb99afb0abf964ca986dbafcd3b1a 100644
|
| --- a/chrome/browser/ui/app_list/search_builder.cc
|
| +++ b/chrome/browser/ui/app_list/search_builder.cc
|
| @@ -344,7 +344,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));
|
| }
|
|
|
|
|