| 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 4018a74e2ef56e7a2912eae8cf5489054219f596..3e269a145824104c96b5c487086c869f96212828 100644
|
| --- a/sync/internal_api/public/engine/sync_status.cc
|
| +++ b/sync/internal_api/public/engine/sync_status.cc
|
| @@ -29,6 +29,11 @@ SyncStatus::SyncStatus()
|
| sync_cycles_without_commits(0),
|
| useless_sync_cycles(0),
|
| useful_sync_cycles(0),
|
| + nudge_source_unknown(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),
|
| has_keystore_key(false),
|
|
|