| 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),
|
|
|