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

Unified Diff: chrome/browser/ui/views/aura/app_list/app_list_model_builder.h

Issue 9479031: aura: Implement new app list mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation error Created 8 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/aura/app_list/app_list_model_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
diff --git a/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h b/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
index f9525ebd4d0462dd3a390e98231d5124ef64ab79..172e50d2d93afa3bef678b9bbabf7ef0669c21f1 100644
--- a/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
+++ b/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
@@ -20,10 +20,12 @@ class AppListModelBuilder {
void Build();
private:
+ typedef std::vector<ash::AppListItemModel*> Items;
+
FRIEND_TEST_ALL_PREFIXES(AppListModelBuilderTest, GetExtensionApps);
- void GetExtensionApps();
- void GetBrowserCommands();
+ void GetExtensionApps(Items* items);
+ void GetBrowserCommands(Items* items);
Profile* profile_;
ash::AppListModel* model_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/aura/app_list/app_list_model_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698