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

Unified Diff: ui/app_list/test/app_list_test_model.h

Issue 23709003: Display an app's short name in the app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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: ui/app_list/test/app_list_test_model.h
diff --git a/ui/app_list/test/app_list_test_model.h b/ui/app_list/test/app_list_test_model.h
index b918bcf6180d3b1782e4b28f2a7e2e2ab745ba3e..bcba8f2fe2a0fe78d855af33304d3e0939f3b70c 100644
--- a/ui/app_list/test/app_list_test_model.h
+++ b/ui/app_list/test/app_list_test_model.h
@@ -29,8 +29,10 @@ class AppListTestModel : public AppListModel {
// Get a string of all apps in |model| joined with ','.
std::string GetModelContent();
- AppListItemModel* CreateItem(const std::string& title);
+ AppListItemModel* CreateItem(const std::string& title,
+ const std::string& full_name);
void AddItem(const std::string& title);
benwells 2013/08/29 09:14:15 It isn't clear what this will use for full_name. P
tmdiep 2013/08/30 02:48:13 Done.
+ void AddItem(const std::string& title, const std::string& full_name);
// Call SetHighlighted on the specified item.
void HighlightItemAt(int index);

Powered by Google App Engine
This is Rietveld 408576698