| 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..655571d218fd44a48a999ec32d11cf82a65bc234 100644
|
| --- a/sync/internal_api/public/engine/sync_status.cc
|
| +++ b/sync/internal_api/public/engine/sync_status.cc
|
| @@ -29,6 +29,10 @@ SyncStatus::SyncStatus()
|
| sync_cycles_without_commits(0),
|
| useless_sync_cycles(0),
|
| 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),
|
| has_keystore_key(false),
|
|
|