| Index: components/sync/engine_impl/worker_entity_tracker.h
|
| diff --git a/components/sync/engine_impl/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h
|
| index 3b1bde1b0dba529015b35a8e6852b0b9959f91bd..a25c91f77b8793fcd6abde97b4a4ac55182e17ca 100644
|
| --- a/components/sync/engine_impl/worker_entity_tracker.h
|
| +++ b/components/sync/engine_impl/worker_entity_tracker.h
|
| @@ -40,6 +40,9 @@ class WorkerEntityTracker {
|
| // Returns true if this entity should be commited to the server.
|
| bool HasPendingCommit() const;
|
|
|
| + // Returns true if pending commit contains deleted entity.
|
| + bool PendingCommitIsDeletion() const;
|
| +
|
| // Populates a sync_pb::SyncEntity for a commit.
|
| void PopulateCommitProto(sync_pb::SyncEntity* commit_entity) const;
|
|
|
|
|