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

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

Issue 2426613003: [sync] Add store version to model type store backend (Closed)
Patch Set: [sync] Add store version to model type store backend 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
« no previous file with comments | « components/sync/PRESUBMIT_test.py ('k') | components/sync/model_impl/model_type_store_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 719adda9baa940251bc2b548e746bf3f226c3b10..3352225808b95af1020e42ecfdeafc1fd551e72a 100644
--- a/components/sync/model/model_type_store.h
+++ b/components/sync/model/model_type_store.h
@@ -51,6 +51,7 @@ class ModelTypeStore {
enum class Result {
SUCCESS,
UNSPECIFIED_ERROR,
+ SCHEMA_VERSION_TOO_HIGH,
};
// Output of read operations is passed back as list of Record structures.
« no previous file with comments | « components/sync/PRESUBMIT_test.py ('k') | components/sync/model_impl/model_type_store_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698