Index: chrome/browser/sync/sessions/session_state.h |
diff --git a/chrome/browser/sync/sessions/session_state.h b/chrome/browser/sync/sessions/session_state.h |
index 448ecc1cd28cee74ac3fbad82786868ba9d1324b..4ae26055d9721190559ed281c086e18355e3cf87 100644 |
--- a/chrome/browser/sync/sessions/session_state.h |
+++ b/chrome/browser/sync/sessions/session_state.h |
@@ -105,6 +105,11 @@ struct ErrorCounters { |
// Any protocol errors that we received during this sync session. |
SyncProtocolError sync_protocol_error; |
+ |
+ // 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; |
}; |
// Caller takes ownership of the returned dictionary. |