| Index: chrome/browser/sync/engine/syncer.cc
|
| diff --git a/chrome/browser/sync/engine/syncer.cc b/chrome/browser/sync/engine/syncer.cc
|
| index fe2a49cc09fa16a7b09b2c9d5de79f7ad2ff83e3..dbab2fb224db32cbbf02b46e31fe1d080e43eaee 100644
|
| --- a/chrome/browser/sync/engine/syncer.cc
|
| +++ b/chrome/browser/sync/engine/syncer.cc
|
| @@ -240,10 +240,7 @@ void Syncer::SyncShare(sessions::SyncSession* session,
|
| case BUILD_AND_PROCESS_CONFLICT_SETS: {
|
| BuildAndProcessConflictSetsCommand build_process_conflict_sets;
|
| build_process_conflict_sets.Execute(session);
|
| - if (session->status_controller().conflict_sets_built())
|
| - next_step = SYNCER_END;
|
| - else
|
| - next_step = RESOLVE_CONFLICTS;
|
| + next_step = RESOLVE_CONFLICTS;
|
| break;
|
| }
|
| case RESOLVE_CONFLICTS: {
|
|
|