| 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_;
|
|
|