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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_result.h

Issue 1110903002: App Launcher: Webstore results are now ranked by title match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NULL -> nullptr. Created 5 years, 7 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
Index: chrome/browser/ui/app_list/search/webstore/webstore_result.h
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_result.h b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
index 426e2b3f7ac5f8e79c5affd35bbdbb69693e57af..be7656cb26b1e2f93baadc98976c8b0deb3d568d 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_result.h
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
@@ -33,6 +33,7 @@ class WebstoreResult : public SearchResult,
WebstoreResult(Profile* profile,
const std::string& app_id,
const std::string& localized_name,
+ double relevance,
const GURL& icon_url,
bool is_paid,
extensions::Manifest::Type item_type,

Powered by Google App Engine
This is Rietveld 408576698