Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: sync/sessions/session_state.h

Issue 10523003: Refactor following sync commit loop change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor fixes Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698