| 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 6b0cec85287dff190c09c815146799357b4d5312..c1d8862a3c079c257af9cc2b3e1145d6a4106556 100644
|
| --- a/sync/internal_api/public/sessions/model_neutral_state.h
|
| +++ b/sync/internal_api/public/sessions/model_neutral_state.h
|
| @@ -48,7 +48,9 @@ struct ModelNeutralState {
|
| // Any protocol errors that we received during this sync session.
|
| SyncProtocolError sync_protocol_error;
|
|
|
| - // Records the most recent results of PostCommit and GetUpdates commands.
|
| + // Records the most recent results of GetKey, PostCommit and GetUpdates
|
| + // commands.
|
| + SyncerError last_get_key_result;
|
| SyncerError last_download_updates_result;
|
| SyncerError commit_result;
|
|
|
|
|