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

Unified Diff: sync/internal_api/sync_manager.h

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.h
diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/sync_manager.h
index cfc05a0a783de0542705cea3727b8d5672d55f37..4d23d19d76478d7d7664f5b8f3c0a29bf3cffe60 100644
--- a/sync/internal_api/sync_manager.h
+++ b/sync/internal_api/sync_manager.h
@@ -102,9 +102,6 @@ class SyncManager {
browser_sync::SyncProtocolError sync_protocol_error;
- // Number of unsynced items counted at the start of most recent sync cycle.
- int unsynced_count;
-
// Number of encryption conflicts counted during most recent sync cycle.
int encryption_conflicts;

Powered by Google App Engine
This is Rietveld 408576698