| Index: sync/internal_api/sync_manager.h
|
| diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/sync_manager.h
|
| index cfc05a0a783de0542705cea3727b8d5672d55f37..4d23d19d76478d7d7664f5b8f3c0a29bf3cffe60 100644
|
| --- a/sync/internal_api/sync_manager.h
|
| +++ b/sync/internal_api/sync_manager.h
|
| @@ -102,9 +102,6 @@ class SyncManager {
|
|
|
| browser_sync::SyncProtocolError sync_protocol_error;
|
|
|
| - // Number of unsynced items counted at the start of most recent sync cycle.
|
| - int unsynced_count;
|
| -
|
| // Number of encryption conflicts counted during most recent sync cycle.
|
| int encryption_conflicts;
|
|
|
|
|