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

Unified Diff: sync/internal_api/public/write_transaction.h

Issue 11341048: Populate versions on individual nodes in sync model and native bookmark model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lock dir Created 8 years, 1 month 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/internal_api/public/write_transaction.h
diff --git a/sync/internal_api/public/write_transaction.h b/sync/internal_api/public/write_transaction.h
index df27cad62dd05a48b8d5815b37234bada90e7c18..d560d1d353a134d6d2e4a559567c4c20fb3653b9 100644
--- a/sync/internal_api/public/write_transaction.h
+++ b/sync/internal_api/public/write_transaction.h
@@ -30,6 +30,8 @@ class WriteTransaction : public BaseTransaction {
// Start a new read/write transaction.
WriteTransaction(const tracked_objects::Location& from_here,
UserShare* share);
+ WriteTransaction(const tracked_objects::Location& from_here,
Nicolas Zea 2012/11/02 21:02:25 Comment about what new_model_version is and why th
haitaol1 2012/11/02 22:58:18 Done.
+ UserShare* share, int64* new_model_version);
virtual ~WriteTransaction();
// Provide access to the syncable transaction from the API WriteNode.

Powered by Google App Engine
This is Rietveld 408576698