Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7151)

Unified Diff: chrome/browser/sync/internal_api/sync_manager.cc

Issue 9149017: Remove broken variables from sync's AllStatus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_unit_test failure Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/internal_api/sync_manager.h ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « chrome/browser/sync/internal_api/sync_manager.h ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698