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

Unified Diff: sync/syncable/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: Created 7 years, 12 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
Index: sync/syncable/syncable_base_transaction.h
diff --git a/sync/syncable/syncable_base_transaction.h b/sync/syncable/syncable_base_transaction.h
index c8652b6b72d436a90b15793e5e9267fad302b80e..763f68d15ae47c43352220b1986c95df2ea0ec43 100644
--- a/sync/syncable/syncable_base_transaction.h
+++ b/sync/syncable/syncable_base_transaction.h
@@ -23,8 +23,9 @@ enum WriterTag {
AUTHWATCHER,
UNITTEST,
VACUUM_AFTER_SAVE,
+ HANDLE_SAVE_FAILURE,
PURGE_ENTRIES,
- SYNCAPI
+ SYNCAPI,
};
// Make sure to update this if you update WriterTag.

Powered by Google App Engine
This is Rietveld 408576698