Chromium Code Reviews| 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. |