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

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: 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') | sync/syncable/directory.cc » ('J')
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..76458599b7721ddaf4f3be589b3c374260a2e373 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,
Nicolas Zea 2012/08/16 20:40:10 comment about why we care?
rlarocque 2012/08/17 18:02:07 Done.
};
} // namespace syncable
} // namespace syncer
« no previous file with comments | « no previous file | sync/syncable/directory.cc » ('j') | sync/syncable/directory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698