summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/base_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/base_transaction.h')
-rw-r--r--sync/internal_api/public/base_transaction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/internal_api/public/base_transaction.h b/sync/internal_api/public/base_transaction.h
index c75086e..2f4fa3c 100644
--- a/sync/internal_api/public/base_transaction.h
+++ b/sync/internal_api/public/base_transaction.h
@@ -24,9 +24,6 @@ class Directory;
// syncable, and are used in a similar way. Unlike syncable::BaseTransaction,
// whose construction requires an explicit syncable::Directory, a sync
// API BaseTransaction is created from a UserShare object.
-//
-// Note, these transactions are not atomic. Individual operations can
-// fail. There is no built-in rollback or undo mechanism.
class SYNC_EXPORT BaseTransaction {
public:
// Provide access to the underlying syncable objects from BaseNode.