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

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

Issue 9702083: sync: Count and report reflected updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 years, 9 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 d2265f0ed3689ed9f99b481e3c59efc1ce9aaa3c..1c62714d7f8c2a0442fc6eb76ddd315920b1ba92 100644
--- a/chrome/browser/sync/internal_api/sync_manager.cc
+++ b/chrome/browser/sync/internal_api/sync_manager.cc
@@ -706,6 +706,7 @@ SyncManager::Status::Status()
initial_sync_ended(false),
updates_available(0),
updates_received(0),
+ echo_updates_received(0),
tombstone_updates_received(0),
num_local_overwrites_total(0),
num_server_overwrites_total(0),

Powered by Google App Engine
This is Rietveld 408576698