Chromium Code Reviews| 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. |