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

Unified Diff: sync/internal_api/public/sessions/error_counters.cc

Issue 10523003: Refactor following sync commit loop change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another rebase 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/internal_api/public/sessions/error_counters.cc
diff --git a/sync/internal_api/public/sessions/error_counters.cc b/sync/internal_api/public/sessions/error_counters.cc
index 72ed2d19f39a32035cb7f75cdf28613297b39c65..1982e2d57d4cedc8c253a36ad49aabb682788e11 100644
--- a/sync/internal_api/public/sessions/error_counters.cc
+++ b/sync/internal_api/public/sessions/error_counters.cc
@@ -9,8 +9,7 @@ namespace sessions {
ErrorCounters::ErrorCounters()
: last_download_updates_result(UNSET),
- last_post_commit_result(UNSET),
- last_process_commit_response_result(UNSET) {
+ commit_result(UNSET) {
}
} // namespace sessions
« no previous file with comments | « sync/internal_api/public/sessions/error_counters.h ('k') | sync/internal_api/public/sessions/sync_session_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698