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

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

Issue 2430753002: Discard unused AppListPrefs code. (Closed)
Patch Set: update Created 4 years, 2 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 800d55745e361302886beeb29b84ce2c3517a49c..7900f3f664833b85aa6288a0a3d50d218c706599 100644
--- a/chrome/browser/ui/app_list/app_list_syncable_service.h
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.h
@@ -44,7 +44,6 @@ namespace app_list {
class AppListFolderItem;
class AppListItem;
class AppListModel;
-class ModelPrefUpdater;
// Keyed Service that owns, stores, and syncs an AppListModel for a profile.
class AppListSyncableService : public syncer::SyncableService,
@@ -237,7 +236,6 @@ class AppListSyncableService : public syncer::SyncableService,
extensions::ExtensionSystem* extension_system_;
std::unique_ptr<AppListModel> model_;
std::unique_ptr<ModelObserver> model_observer_;
- std::unique_ptr<ModelPrefUpdater> model_pref_updater_;
std::unique_ptr<ExtensionAppModelBuilder> apps_builder_;
#if defined(OS_CHROMEOS)
std::unique_ptr<ArcAppModelBuilder> arc_apps_builder_;
« no previous file with comments | « chrome/browser/ui/app_list/app_list_prefs_factory.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