summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/sync/engine/syncapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
index 770581a9..b922318 100644
--- a/chrome/browser/sync/engine/syncapi.h
+++ b/chrome/browser/sync/engine/syncapi.h
@@ -409,6 +409,8 @@ 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
@@ -433,6 +435,7 @@ 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;