Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / sync / internal_api / read_transaction.cc
index ebc56ec..7d44fe4 100644 (file)
@@ -47,4 +47,11 @@ void ReadTransaction::GetDataTypeContext(
       transaction_, type, context);
 }
 
+void ReadTransaction::GetAttachmentIdsToUpload(ModelType type,
+                                               AttachmentIdSet* id_set) {
+  DCHECK(id_set);
+  transaction_->directory()->GetAttachmentIdsToUpload(
+      transaction_, type, id_set);
+}
+
 }  // namespace syncer