Index: chrome/browser/sync/engine/syncapi.h |
=================================================================== |
--- chrome/browser/sync/engine/syncapi.h (revision 26209) |
+++ chrome/browser/sync/engine/syncapi.h (working copy) |
@@ -409,6 +409,8 @@ |
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 @@ |
int unsynced_count; |
int conflicting_count; |
bool syncing; |
+ bool syncer_paused; |
bool initial_sync_ended; |
bool syncer_stuck; |
int64 updates_available; |