| 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 5afc356f92d2aa7097f83f386e148a4721312859..31cbf4cc24e7364e3ff0e3ecc2e542980f352f0b 100644
|
| --- a/sync/internal_api/public/engine/sync_status.h
|
| +++ b/sync/internal_api/public/engine/sync_status.h
|
| @@ -48,8 +48,6 @@ struct SYNC_EXPORT SyncStatus {
|
| int committed_count;
|
|
|
| bool syncing;
|
| - // True after a client has done a first sync.
|
| - bool initial_sync_ended;
|
|
|
| // Total updates available. If zero, nothing left to download.
|
| int64 updates_available;
|
|
|