Chromium Code Reviews| Index: sql/init_status.h |
| diff --git a/sql/init_status.h b/sql/init_status.h |
| index f5e29e6d93fc867bd04c1d81da0748bbcee34e6d..6eced73b6bc0770e412f527aae420854f86d8074 100644 |
| --- a/sql/init_status.h |
| +++ b/sql/init_status.h |
| @@ -16,6 +16,9 @@ enum InitStatus { |
| // The database is from a future version of the app and cannot be read. |
| INIT_TOO_NEW, |
| + |
| + // The database was deleted and re-opened successfully. |
| + INIT_OK_WITH_DATA_LOSS, |
| }; |
| } // namespace sql |