| Index: ui/app_list/search_provider.h
|
| diff --git a/ui/app_list/search_provider.h b/ui/app_list/search_provider.h
|
| index f8ebfd0133d2ef685ddd8bf507213b396475c8c6..d092c7ee9bb670d0dbe3d7a766cfabb74b5ce365 100644
|
| --- a/ui/app_list/search_provider.h
|
| +++ b/ui/app_list/search_provider.h
|
| @@ -34,9 +34,6 @@ class APP_LIST_EXPORT SearchProvider {
|
| result_changed_callback_ = callback;
|
| }
|
|
|
| - // TODO(mukai): Fix the ownership and copying of the results.
|
| - void ReleaseResult(std::vector<SearchResult*>* results);
|
| -
|
| const Results& results() const { return results_; }
|
|
|
| protected:
|
|
|