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

Unified Diff: sync/internal_api/public/engine/sync_status.cc

Issue 11314008: sync: Follow-up to conflict resolution refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 years, 2 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/engine/sync_status.cc
diff --git a/sync/internal_api/public/engine/sync_status.cc b/sync/internal_api/public/engine/sync_status.cc
index 655571d218fd44a48a999ec32d11cf82a65bc234..63b1e8bef8438145e7ee48f6c7cda26be7fb032f 100644
--- a/sync/internal_api/public/engine/sync_status.cc
+++ b/sync/internal_api/public/engine/sync_status.cc
@@ -11,7 +11,6 @@ SyncStatus::SyncStatus()
notifications_received(0),
encryption_conflicts(0),
hierarchy_conflicts(0),
- simple_conflicts(0),
server_conflicts(0),
committed_count(0),
syncing(false),
@@ -31,7 +30,6 @@ SyncStatus::SyncStatus()
useful_sync_cycles(0),
nudge_source_notification(0),
nudge_source_local(0),
- nudge_source_continuation(0),
nudge_source_local_refresh(0),
cryptographer_ready(false),
crypto_has_pending_keys(false),
« no previous file with comments | « sync/internal_api/public/engine/sync_status.h ('k') | sync/internal_api/public/sessions/model_neutral_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698