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

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: 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
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 709c61d426697c2a10787ad7aaa066726fd1dc02..6e907dedf8a63e054867d9ecd3450bb2c74af6c6 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),

Powered by Google App Engine
This is Rietveld 408576698