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

Unified Diff: athena/home/app_list_view_delegate.h

Issue 311113005: AppModelBuilder to athena. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 6 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: athena/home/app_list_view_delegate.h
diff --git a/athena/home/app_list_view_delegate.h b/athena/home/app_list_view_delegate.h
index 4e044cff457d5568e710d963ab5e90de3f66377e..e9f37b408454d5ee11e1b4249fdac42c5045a439 100644
--- a/athena/home/app_list_view_delegate.h
+++ b/athena/home/app_list_view_delegate.h
@@ -10,15 +10,14 @@
#include "ui/app_list/app_list_view_delegate.h"
namespace athena {
+class AppModelBuilder;
class AppListViewDelegate : public app_list::AppListViewDelegate {
public:
- AppListViewDelegate();
+ explicit AppListViewDelegate(AppModelBuilder* model_builder);
virtual ~AppListViewDelegate();
private:
- void PopulateApps();
-
// Overridden from app_list::AppListViewDelegate:
virtual bool ForceNativeDesktop() const OVERRIDE;
virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698