| Index: sync/engine/build_commit_command.cc
|
| diff --git a/sync/engine/build_commit_command.cc b/sync/engine/build_commit_command.cc
|
| index 534e196ba5c391b09c9918e7d998310e72644054..ade6acbee4f8791f06d07e0f2bd8f0c2acac4d1f 100644
|
| --- a/sync/engine/build_commit_command.cc
|
| +++ b/sync/engine/build_commit_command.cc
|
| @@ -114,6 +114,8 @@ SyncerError BuildCommitCommand::ExecuteImpl(SyncSession* session) {
|
| SyncerProtoUtil::SetProtocolVersion(commit_message_);
|
| SyncerProtoUtil::AddRequestBirthday(
|
| session->write_transaction()->directory(), commit_message_);
|
| + SyncerProtoUtil::AddBagOfChips(
|
| + session->write_transaction()->directory(), commit_message_);
|
|
|
| // Cache previously computed position values. Because |commit_ids|
|
| // is already in sibling order, we should always hit this map after
|
|
|