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

Unified Diff: components/sync/model_impl/model_type_store_impl.h

Issue 2618483003: [Sync] Introduce ModelError for USS error handling. (Closed)
Patch Set: Address comments. 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_impl/model_type_store_impl.h
diff --git a/components/sync/model_impl/model_type_store_impl.h b/components/sync/model_impl/model_type_store_impl.h
index f9b67336981790ef2a50238c84bbd9d648e7a746..343e496698e3640e6d91e3907b500079eb1c4015 100644
--- a/components/sync/model_impl/model_type_store_impl.h
+++ b/components/sync/model_impl/model_type_store_impl.h
@@ -111,12 +111,6 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe {
const std::string& global_metadata,
std::unique_ptr<RecordList> metadata_records);
- // Helper function to create a SyncError with message |msg|.
- SyncError MakeSyncError(const std::string& msg);
-
- // The model type using this store.
- const ModelType type_;
-
// Backend should be deleted on backend thread.
// To accomplish this store's dtor posts task to backend thread passing
// backend ownership to task parameter.
« no previous file with comments | « components/sync/model/stub_model_type_sync_bridge.cc ('k') | components/sync/model_impl/model_type_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698