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

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

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
« no previous file with comments | « sync/engine/syncer_unittest.cc ('k') | sync/internal_api/public/sessions/error_counters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/sessions/error_counters.h
diff --git a/sync/internal_api/public/sessions/error_counters.h b/sync/internal_api/public/sessions/error_counters.h
index a2f528c5f9ebfad2a6438803cfe1edcbdaee0edd..e513c842f5a8d4d8421a82bbc75b7d690305ac46 100644
--- a/sync/internal_api/public/sessions/error_counters.h
+++ b/sync/internal_api/public/sessions/error_counters.h
@@ -23,8 +23,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;
};
} // namespace sessions
« no previous file with comments | « sync/engine/syncer_unittest.cc ('k') | sync/internal_api/public/sessions/error_counters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698