Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: ui/app_list/search_provider.h

Issue 621823004: Simplifies the structure of app_list search a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/cocoa/apps_search_results_controller_unittest.mm ('k') | ui/app_list/search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ui/app_list/cocoa/apps_search_results_controller_unittest.mm ('k') | ui/app_list/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698