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

Unified Diff: components/sync/model/model_type_store.h

Issue 2658743002: [Sync] Add ProfileSyncService::GetModelTypeStoreFactory. (Closed)
Patch Set: Fix iOS PSS factory. Created 3 years, 11 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: components/sync/model/model_type_store.h
diff --git a/components/sync/model/model_type_store.h b/components/sync/model/model_type_store.h
index d640c9eb5d78ac6032ff05173b33a0524748aa82..dfe9e3fa4f023fc1feb4719c6fe06e31f7d456cf 100644
--- a/components/sync/model/model_type_store.h
+++ b/components/sync/model/model_type_store.h
@@ -195,6 +195,10 @@ class ModelTypeStore {
// It will delete all metadata records and global metadata record.
};
+// Typedef for a store factory that has all params bound except InitCallback.
+using ModelTypeStoreFactory =
+ base::Callback<void(const ModelTypeStore::InitCallback&)>;
+
} // namespace syncer
#endif // COMPONENTS_SYNC_MODEL_MODEL_TYPE_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698