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

Unified Diff: sync/api/model_type_store.h

Issue 2077713002: [USS] Store supports hosting multiple datatypes per database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: can create multiple backend base on path Created 4 years, 6 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: sync/api/model_type_store.h
diff --git a/sync/api/model_type_store.h b/sync/api/model_type_store.h
index 487751bee42a30523f2e1c6d42b1efab5b7b2d7c..2c0bd282f9c6d63111ad66e17492cf9936908b5c 100644
--- a/sync/api/model_type_store.h
+++ b/sync/api/model_type_store.h
@@ -52,6 +52,7 @@ class SYNC_EXPORT ModelTypeStore {
enum class Result {
SUCCESS,
UNSPECIFIED_ERROR,
+ UNINITIALIZED,
maxbogue 2016/06/23 18:22:22 If you switch to having an init callback, this won
Gang Wu 2016/06/27 23:19:39 Done.
};
// Output of read operations is passed back as list of Record structures.

Powered by Google App Engine
This is Rietveld 408576698