diff options
Diffstat (limited to 'sync/syncable/dir_open_result.h')
-rw-r--r-- | sync/syncable/dir_open_result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/syncable/dir_open_result.h b/sync/syncable/dir_open_result.h index 222be8b..0df3c6c 100644 --- a/sync/syncable/dir_open_result.h +++ b/sync/syncable/dir_open_result.h @@ -16,6 +16,7 @@ enum DirOpenResult { NOT_INITIALIZED, FAILED_DATABASE_CORRUPT, // Something is wrong with the DB FAILED_LOGICAL_CORRUPTION, // Invalid database contents FAILED_IN_UNITTEST, // For tests. + FAILED_INITIAL_WRITE, // Early write to DB failed. }; } // namespace syncable } // namespace syncer |