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

Unified Diff: chrome/browser/ui/app_list/search/app_search_provider.cc

Issue 918443002: Make experimental app list use short names for app search results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_uninstall_again
Patch Set: always use short name Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search/app_search_provider.cc
diff --git a/chrome/browser/ui/app_list/search/app_search_provider.cc b/chrome/browser/ui/app_list/search/app_search_provider.cc
index a45e4d9c19a4b14ee0e7cad18674d9cfb1e6fdbf..da8c64f0c3f6de4256b74b88114711f4b159f987 100644
--- a/chrome/browser/ui/app_list/search/app_search_provider.cc
+++ b/chrome/browser/ui/app_list/search/app_search_provider.cc
@@ -32,7 +32,7 @@ class AppSearchProvider::App {
explicit App(const extensions::Extension* extension,
const base::Time& last_launch_time)
: app_id_(extension->id()),
- indexed_name_(base::UTF8ToUTF16(extension->name())),
+ indexed_name_(base::UTF8ToUTF16(extension->short_name())),
last_launch_time_(last_launch_time) {}
~App() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698