summaryrefslogtreecommitdiffstats
path: root/ui/app_list/search_provider.h
diff options
context:
space:
mode:
authorJun Mukai <mukai@chromium.org>2014-10-03 18:25:57 -0700
committerJun Mukai <mukai@chromium.org>2014-10-04 01:27:35 +0000
commitd29ce06a1354e06e41596cf575af98aed9f6b8a7 (patch)
treeafa58a38ded6c4d7153dc063d229b293038b15ab /ui/app_list/search_provider.h
parentd366f72f171dd176aa89f8e0baaca34ef70545c6 (diff)
downloadchromium_src-d29ce06a1354e06e41596cf575af98aed9f6b8a7.zip
chromium_src-d29ce06a1354e06e41596cf575af98aed9f6b8a7.tar.gz
chromium_src-d29ce06a1354e06e41596cf575af98aed9f6b8a7.tar.bz2
Simplifies the structure of app_list search a bit.
This is the first CL to simplify app list search. The final goal is making SearchResult copyable and remove SearchResultObserver but it would need the several steps. As the first step, it simply keeps the copying method Duplicate but removes the unnecessary class hierarchy of ChromeSearchResult. BUG=415500 R=oshima@chromium.org, tapted@chromium.org, xiyuan@chromium.org TEST=build passes, no functional changes Review URL: https://codereview.chromium.org/621823004 Cr-Commit-Position: refs/heads/master@{#298154}
Diffstat (limited to 'ui/app_list/search_provider.h')
-rw-r--r--ui/app_list/search_provider.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app_list/search_provider.h b/ui/app_list/search_provider.h
index f8ebfd0..d092c7e 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: