| Index: sync/internal_api/public/engine/sync_status.h
|
| diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h
|
| index 3b9229fb39c9c0487a67a04982142c735b80677b..9a2e8b15ee37e6e51be425bca04f9b01f9f1d885 100644
|
| --- a/sync/internal_api/public/engine/sync_status.h
|
| +++ b/sync/internal_api/public/engine/sync_status.h
|
| @@ -81,6 +81,12 @@ struct SYNC_EXPORT SyncStatus {
|
| int useless_sync_cycles;
|
| int useful_sync_cycles;
|
|
|
| + // Nudge counts for each possible source
|
| + int nudge_source_notification;
|
| + int nudge_source_local;
|
| + int nudge_source_continuation;
|
| + int nudge_source_local_refresh;
|
| +
|
| // Encryption related.
|
| ModelTypeSet encrypted_types;
|
| bool cryptographer_ready;
|
|
|