| Index: sync/internal_api/public/sessions/model_neutral_state.h
|
| diff --git a/sync/internal_api/public/sessions/model_neutral_state.h b/sync/internal_api/public/sessions/model_neutral_state.h
|
| index e291a2572e4907836927e465fc447c2da893af02..de0ab64cf2ca616cc067b951ab2d15e6c641797b 100644
|
| --- a/sync/internal_api/public/sessions/model_neutral_state.h
|
| +++ b/sync/internal_api/public/sessions/model_neutral_state.h
|
| @@ -60,9 +60,6 @@ struct ModelNeutralState {
|
| SyncerError last_download_updates_result;
|
| SyncerError commit_result;
|
|
|
| - // Set to true by ResolveConflictsCommand if any forward progress was made.
|
| - bool conflicts_resolved;
|
| -
|
| // Set to true by PostCommitMessageCommand if any commits were successful.
|
| bool items_committed;
|
|
|
|
|