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

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

Issue 1110883003: App Launcher: Webstore results are now highlighted. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@applist-webstore-result-match
Patch Set: Rebase. Created 5 years, 8 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 be7656cb26b1e2f93baadc98976c8b0deb3d568d..2f710eaa1508a6209ff05eaa96eaf0d7ad1e4fd5 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_result.h
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
@@ -32,8 +32,6 @@ class WebstoreResult : public SearchResult,
public:
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,
@@ -82,7 +80,6 @@ class WebstoreResult : public SearchResult,
Profile* profile_;
const std::string app_id_;
- const std::string localized_name_;
const GURL icon_url_;
const bool is_paid_;
extensions::Manifest::Type item_type_;

Powered by Google App Engine
This is Rietveld 408576698