| 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 c32be00b418989f50de7a76e3020be849926016d..1c284cef7bda975af06db1870e89e5649da4c320 100644
|
| --- a/sync/internal_api/public/engine/sync_status.h
|
| +++ b/sync/internal_api/public/engine/sync_status.h
|
| @@ -49,8 +49,6 @@ struct SYNC_EXPORT SyncStatus {
|
|
|
| bool syncing;
|
|
|
| - // Total updates available. If zero, nothing left to download.
|
| - int64 updates_available;
|
| // Total updates received by the syncer since browser start.
|
| int updates_received;
|
| // Total updates received that are echoes of our own changes.
|
|
|