Index: chrome/browser/sync/internal_api/sync_manager.cc |
diff --git a/chrome/browser/sync/internal_api/sync_manager.cc b/chrome/browser/sync/internal_api/sync_manager.cc |
index bc874c8a5644a47ce49db80be8d9e9db6a35b956..9a4c84be432e7e2065434badbd2d60b14633e1da 100644 |
--- a/chrome/browser/sync/internal_api/sync_manager.cc |
+++ b/chrome/browser/sync/internal_api/sync_manager.cc |
@@ -662,7 +662,6 @@ SyncManager::Status::Status() |
authenticated(false), |
server_up(false), |
server_reachable(false), |
- server_broken(false), |
notifications_enabled(false), |
notifications_received(0), |
notifiable_commits(0), |
@@ -671,11 +670,9 @@ SyncManager::Status::Status() |
conflicting_count(0), |
syncing(false), |
initial_sync_ended(false), |
- syncer_stuck(false), |
updates_available(0), |
updates_received(0), |
tombstone_updates_received(0), |
- disk_full(false), |
num_local_overwrites_total(0), |
num_server_overwrites_total(0), |
nonempty_get_updates(0), |