Chromium Code Reviews| 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..a51c0e95ab3501a86c21b714d23904caaf0ed6b1 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 download_updates_result; |
|
tim (not reviewing)
2012/01/10 17:17:34
If we only care about the last result, perhaps we
rlarocque
2012/01/10 20:40:56
Done.
It's not that we only care about the most r
|
| + SyncerError post_commit_result; |
| + SyncerError process_commit_response_result; |
| }; |
| // Caller takes ownership of the returned dictionary. |