| Index: sync/engine/syncer.cc
|
| diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
|
| index ac6b5eb787e354f94b2d5daab3f6ae9c1b631088..69461b83942ab1866600501cdc1479c4c0c47457 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;
|
| }
|
|
|