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

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

Issue 2787693002: Remove more dead app list code. (Closed)
Patch Set: updated comment Created 3 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
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 9ebdf9c02ab3dd916a961acc7021ec0f6796f023..bd54b9aa7245beefb0607221ec5f83689908ccc4 100644
--- a/chrome/browser/ui/app_list/app_list_syncable_service.h
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.h
@@ -24,10 +24,7 @@
#include "components/sync/model/syncable_service.h"
#include "components/sync/protocol/app_list_specifics.pb.h"
-#if defined(OS_CHROMEOS)
class ArcAppModelBuilder;
-#endif
-
class DriveAppProvider;
class ExtensionAppModelBuilder;
class Profile;
@@ -260,9 +257,7 @@ class AppListSyncableService : public syncer::SyncableService,
std::unique_ptr<AppListModel> model_;
std::unique_ptr<ModelObserver> model_observer_;
std::unique_ptr<ExtensionAppModelBuilder> apps_builder_;
-#if defined(OS_CHROMEOS)
std::unique_ptr<ArcAppModelBuilder> arc_apps_builder_;
-#endif
std::unique_ptr<syncer::SyncChangeProcessor> sync_processor_;
std::unique_ptr<syncer::SyncErrorFactory> sync_error_handler_;
SyncItemMap sync_items_;

Powered by Google App Engine
This is Rietveld 408576698