| 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 3752c17de358e353dc107681e805a27fa2edcfa9..399cc64c97d31410b601d82e51e918538de4cd15 100644
|
| --- a/chrome/browser/ui/app_list/search_builder.cc
|
| +++ b/chrome/browser/ui/app_list/search_builder.cc
|
| @@ -258,6 +258,12 @@ void SearchBuilder::OpenResult(const app_list::SearchResult& result,
|
| }
|
| }
|
|
|
| +void SearchBuilder::InvokeResultAction(const app_list::SearchResult& result,
|
| + int action_index,
|
| + int event_flags) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void SearchBuilder::PopulateFromACResult(const AutocompleteResult& ac_result) {
|
| results_->DeleteAll();
|
| for (ACMatches::const_iterator it = ac_result.begin();
|
|
|