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

Unified Diff: sync/syncable/base_transaction.h

Issue 11441026: [Sync] Add support for loading, updating and querying delete journals in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make IsDeleteJournalEnabled() public Created 8 years 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
Index: sync/syncable/base_transaction.h
diff --git a/sync/syncable/base_transaction.h b/sync/syncable/base_transaction.h
index 80b96301767d385b83fe6e6f1c63c37a14577a22..45b95f19da0532de8516b205594f89941229be78 100644
--- a/sync/syncable/base_transaction.h
+++ b/sync/syncable/base_transaction.h
@@ -22,8 +22,9 @@ enum WriterTag {
AUTHWATCHER,
UNITTEST,
VACUUM_AFTER_SAVE,
+ HANDLE_SAVE_FAILURE,
PURGE_ENTRIES,
- SYNCAPI
+ SYNCAPI,
};
// Make sure to update this if you update WriterTag.
« no previous file with comments | « sync/sync.gyp ('k') | sync/syncable/delete_journal.h » ('j') | sync/syncable/delete_journal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698