diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncapi.h')
-rw-r--r-- | chrome/browser/sync/engine/syncapi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h index b922318..770581a9 100644 --- a/chrome/browser/sync/engine/syncapi.h +++ b/chrome/browser/sync/engine/syncapi.h @@ -409,8 +409,6 @@ class SYNC_EXPORT SyncManager { SYNCING, // Connected, no pending changes. READY, - // User has chosen to pause syncing. - PAUSED, // Internal sync error. CONFLICT, // Can't connect to server, and we haven't completed the initial @@ -435,7 +433,6 @@ class SYNC_EXPORT SyncManager { int unsynced_count; int conflicting_count; bool syncing; - bool syncer_paused; bool initial_sync_ended; bool syncer_stuck; int64 updates_available; |