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

Unified Diff: sync/internal_api/sync_manager.cc

Issue 10210009: sync: Loop committing items without downloading updates (v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor loop again, add comments + more Created 8 years, 7 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: sync/internal_api/sync_manager.cc
diff --git a/sync/internal_api/sync_manager.cc b/sync/internal_api/sync_manager.cc
index f33fefa442a4509fa560798f40db1bf469ba92e6..19061855f3d95f89c3e9fc52a9f49bb2c095b9ac 100644
--- a/sync/internal_api/sync_manager.cc
+++ b/sync/internal_api/sync_manager.cc
@@ -721,7 +721,6 @@ SyncManager::SyncManager(const std::string& name)
SyncManager::Status::Status()
: notifications_enabled(false),
notifications_received(0),
- unsynced_count(0),
encryption_conflicts(0),
hierarchy_conflicts(0),
simple_conflicts(0),

Powered by Google App Engine
This is Rietveld 408576698