| 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 e61e9950ca35c2d626d1a2737fc9ba058f9511eb..4abf15816ee8a8dce3e1d9b6545307fa73e23c90 100644
|
| --- a/sync/internal_api/public/sessions/model_neutral_state.h
|
| +++ b/sync/internal_api/public/sessions/model_neutral_state.h
|
| @@ -26,6 +26,9 @@ struct SYNC_EXPORT ModelNeutralState {
|
| // requested_update_types stores the set of types which were requested.
|
| ModelTypeSet updates_request_types;
|
|
|
| + // The set of types for which commits were sent to the server.
|
| + ModelTypeSet commit_request_types;
|
| +
|
| sync_pb::ClientToServerResponse updates_response;
|
|
|
| int num_successful_commits;
|
|
|