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

Unified Diff: sync/internal_api/public/read_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: Restore heap unallocatability of write transaction Created 8 years, 2 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/internal_api/public/read_transaction.h
diff --git a/sync/internal_api/public/read_transaction.h b/sync/internal_api/public/read_transaction.h
index 6619bb070c0a75196fc0f57602b08d52fa40f46e..ba682ec0f1cc8967e1428bb05be7976488fc4417 100644
--- a/sync/internal_api/public/read_transaction.h
+++ b/sync/internal_api/public/read_transaction.h
@@ -32,10 +32,6 @@ class ReadTransaction : public BaseTransaction {
// BaseTransaction override.
virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE;
- // Return |transaction_version| of |type| stored in sync directory's
- // persisted info.
- int64 GetModelVersion(ModelType type);
-
private:
void* operator new(size_t size); // Transaction is meant for stack use only.

Powered by Google App Engine
This is Rietveld 408576698