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

Unified Diff: athena/home/public/home_card.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
« no previous file with comments | « athena/home/public/app_model_builder.h ('k') | athena/main/athena_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/public/home_card.h
diff --git a/athena/home/public/home_card.h b/athena/home/public/home_card.h
index b2b5dccbe0767d8d3e8d7891ecb10ff36c001c6c..55e463bb1e3b55b3924bdf3dad76521a0950906c 100644
--- a/athena/home/public/home_card.h
+++ b/athena/home/public/home_card.h
@@ -8,12 +8,13 @@
#include "athena/athena_export.h"
namespace athena {
+class AppModelBuilder;
class ATHENA_EXPORT HomeCard {
public:
// Creates and deletes the singleton object of the HomeCard
- // implementation.
- static HomeCard* Create();
+ // implementation. Takes the ownership of |model_builder|.
+ static HomeCard* Create(AppModelBuilder* model_builder);
static void Shutdown();
virtual ~HomeCard() {}
« no previous file with comments | « athena/home/public/app_model_builder.h ('k') | athena/main/athena_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698