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