| Index: sync/sessions/session_state.h
|
| diff --git a/sync/sessions/session_state.h b/sync/sessions/session_state.h
|
| index c2a3edc46fc523b2bd7cd98fad1174fcc0c8ba19..4abb97bbe91ef9423006ee96e64823417df377ef 100644
|
| --- a/sync/sessions/session_state.h
|
| +++ b/sync/sessions/session_state.h
|
| @@ -92,8 +92,7 @@ struct ErrorCounters {
|
|
|
| // Records the most recent results of PostCommit and GetUpdates commands.
|
| SyncerError last_download_updates_result;
|
| - SyncerError last_post_commit_result;
|
| - SyncerError last_process_commit_response_result;
|
| + SyncerError commit_result;
|
| };
|
|
|
| // An immutable snapshot of state from a SyncSession. Convenient to use as
|
|
|