| 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.
|
|
|
|
|