summaryrefslogtreecommitdiffstats
path: root/sync/syncable/dir_open_result.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/dir_open_result.h')
-rw-r--r--sync/syncable/dir_open_result.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync/syncable/dir_open_result.h b/sync/syncable/dir_open_result.h
index 6138a26..f298ff0 100644
--- a/sync/syncable/dir_open_result.h
+++ b/sync/syncable/dir_open_result.h
@@ -7,7 +7,8 @@
#pragma once
namespace syncable {
-enum DirOpenResult { OPENED, // success.
+enum DirOpenResult { NOT_INITIALIZED,
+ OPENED, // success.
FAILED_NEWER_VERSION, // DB version is too new.
FAILED_MAKE_REPOSITORY, // Couldn't create subdir.
FAILED_OPEN_DATABASE, // sqlite_open() failed.