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

Unified Diff: ui/app_list/search_result.h

Issue 379333005: Allow AppSearchProvider to provide recommendations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const Created 6 years, 5 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 | « chrome/browser/ui/app_list/search/search_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result.h
diff --git a/ui/app_list/search_result.h b/ui/app_list/search_result.h
index cf9130c02b86247b0ac967996da4844feea3ac08..d533b7937fa60e176fa5c9e6672b15c93f53e9a4 100644
--- a/ui/app_list/search_result.h
+++ b/ui/app_list/search_result.h
@@ -89,7 +89,7 @@ class APP_LIST_EXPORT SearchResult {
void set_details_tags(const Tags& tags) { details_tags_ = tags; }
const std::string& id() const { return id_; }
- double relevance() { return relevance_; }
+ double relevance() const { return relevance_; }
const Actions& actions() const {
return actions_;
« no previous file with comments | « chrome/browser/ui/app_list/search/search_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698