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

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

Issue 10933075: FYI: Remove PerModelSafeGroupState + move ConflictResolution (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/internal_api/public/sessions/model_neutral_state.h ('k') | sync/sessions/session_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/sessions/model_neutral_state.cc
diff --git a/sync/internal_api/public/sessions/model_neutral_state.cc b/sync/internal_api/public/sessions/model_neutral_state.cc
index 9ae84369211e0efa9e297915aa6c3fe8d4ce033e..1203b3fa95131432b70d7b9121ac33bd4faf2a3a 100644
--- a/sync/internal_api/public/sessions/model_neutral_state.cc
+++ b/sync/internal_api/public/sessions/model_neutral_state.cc
@@ -13,12 +13,15 @@ ModelNeutralState::ModelNeutralState()
num_updates_downloaded_total(0),
num_tombstone_updates_downloaded_total(0),
num_reflected_updates_downloaded_total(0),
+ num_updates_applied(0),
+ num_encryption_conflicts(0),
+ num_server_conflicts(0),
+ num_hierarchy_conflicts(0),
num_local_overwrites(0),
num_server_overwrites(0),
last_get_key_result(UNSET),
last_download_updates_result(UNSET),
commit_result(UNSET),
- conflicts_resolved(false),
items_committed(false),
debug_info_sent(false),
num_server_changes_remaining(0) {
« no previous file with comments | « sync/internal_api/public/sessions/model_neutral_state.h ('k') | sync/sessions/session_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698