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

Unified Diff: sync/syncable/dir_open_result.h

Issue 10832329: Update next_id when loading sync DB (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win compile Created 8 years, 4 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
« no previous file with comments | « no previous file | sync/syncable/directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/dir_open_result.h
diff --git a/sync/syncable/dir_open_result.h b/sync/syncable/dir_open_result.h
index 222be8b044526dbef3dd2d669880600ecf6f1c17..0df3c6ca1195518767f91fe10bcda07ed2c79bbe 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
« no previous file with comments | « no previous file | sync/syncable/directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698