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 f298ff0..8fe5171 100644 --- a/sync/syncable/dir_open_result.h +++ b/sync/syncable/dir_open_result.h @@ -15,6 +15,7 @@ enum DirOpenResult { NOT_INITIALIZED, FAILED_DISK_FULL, // The disk is full. FAILED_DATABASE_CORRUPT, // Something is wrong with the DB FAILED_LOGICAL_CORRUPTION, // Invalid database contents + FAILED_IN_UNITTEST, // For tests. }; } // namespace syncable |