Index: chrome/browser/sync/internal_api/sync_manager.h |
diff --git a/chrome/browser/sync/internal_api/sync_manager.h b/chrome/browser/sync/internal_api/sync_manager.h |
index f0ece708c8126ffb3aab36519f88a0703ecdde49..b46a8babd4381425c16090f92792d4c7de717cf6 100644 |
--- a/chrome/browser/sync/internal_api/sync_manager.h |
+++ b/chrome/browser/sync/internal_api/sync_manager.h |
@@ -94,6 +94,8 @@ class SyncManager { |
// The internal instance is in an unrecognizable state. This should not |
// happen. |
INVALID = 0, |
+ // A sync has not happened since restart. |
+ UNINITIALIZED, |
// Can't connect to server, but there are no pending changes in |
// our local cache. |
OFFLINE, |
@@ -156,6 +158,9 @@ class SyncManager { |
int nonempty_get_updates; |
int empty_get_updates; |
+ // Number of sync cycles. |
+ int sync_count; |
+ |
// Count of useless and useful syncs we perform. |
int useless_sync_cycles; |
int useful_sync_cycles; |