| Index: sync/engine/syncer.cc
|
| diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
|
| index f8639c0f47be6da50db9dd65e9510e393c42ef1e..1a299db5e27c03f26753aa3e26ab4467db99ed51 100644
|
| --- a/sync/engine/syncer.cc
|
| +++ b/sync/engine/syncer.cc
|
| @@ -182,7 +182,8 @@ void Syncer::SyncShare(sessions::SyncSession* session,
|
| break;
|
| }
|
| case COMMIT: {
|
| - BuildAndPostCommits(this, session);
|
| + session->mutable_status_controller()->set_commit_result(
|
| + BuildAndPostCommits(this, session));
|
| next_step = RESOLVE_CONFLICTS;
|
| break;
|
| }
|
|
|