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

Unified Diff: chrome/browser/ui/app_list/app_list_syncable_service.h

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing links to BUILD.gn Created 5 years 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: chrome/browser/ui/app_list/app_list_syncable_service.h
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.h b/chrome/browser/ui/app_list/app_list_syncable_service.h
index 340761605e6ca607f950444d09db2e632845a0e3..c4258051c2a60735dd8f5edcff1ada47c8aa373c 100644
--- a/chrome/browser/ui/app_list/app_list_syncable_service.h
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.h
@@ -18,6 +18,10 @@
#include "sync/api/syncable_service.h"
#include "sync/protocol/app_list_specifics.pb.h"
+#if defined(OS_CHROMEOS)
+class ArcAppModelBuilder;
+#endif
+
class DriveAppProvider;
class ExtensionAppModelBuilder;
class Profile;
@@ -200,6 +204,9 @@ class AppListSyncableService : public syncer::SyncableService,
scoped_ptr<ModelObserver> model_observer_;
scoped_ptr<ModelPrefUpdater> model_pref_updater_;
scoped_ptr<ExtensionAppModelBuilder> apps_builder_;
+#if defined(OS_CHROMEOS)
+ scoped_ptr<ArcAppModelBuilder> arc_apps_builder_;
+#endif
scoped_ptr<syncer::SyncChangeProcessor> sync_processor_;
scoped_ptr<syncer::SyncErrorFactory> sync_error_handler_;
SyncItemMap sync_items_;
« no previous file with comments | « chrome/browser/ui/app_list/app_list_model_builder.cc ('k') | chrome/browser/ui/app_list/app_list_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698