Chromium Code Reviews| 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 |