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

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

Issue 217473005: Test cases for FolderHeaderView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « ui/app_list/app_list.gyp ('k') | ui/app_list/test/app_list_test_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b39236c6ca5125da4161b04a6d5ccb2210f87f56..2d2fc9568876c209f899d8e5c469081cf665e6ab 100644
--- a/ui/app_list/test/app_list_test_model.h
+++ b/ui/app_list/test/app_list_test_model.h
@@ -7,6 +7,7 @@
#include <string>
+#include "ui/app_list/app_list_folder_item.h"
#include "ui/app_list/app_list_item.h"
#include "ui/app_list/app_list_model.h"
@@ -48,7 +49,9 @@ class AppListTestModel : public AppListModel {
void PopulateApps(int n);
// Creates and populate a folder with |n| test apps in it.
- void CreateAndPopulateFolderWithApps(int n);
+ AppListFolderItem* CreateAndPopulateFolderWithApps(int n);
+
+ AppListFolderItem* CreateAndAddOemFolder(const std::string& id);
// Populate the model with an item titled "Item |id|".
void PopulateAppWithId(int id);
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/app_list/test/app_list_test_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698