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

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

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.h
diff --git a/chrome/browser/sync/internal_api/sync_manager.h b/chrome/browser/sync/internal_api/sync_manager.h
index ecf9fc1e3513624d0e630438e3b27c6981d03d9d..956843bbfabb0405e7f5a379eb9428a5c167fa90 100644
--- a/chrome/browser/sync/internal_api/sync_manager.h
+++ b/chrome/browser/sync/internal_api/sync_manager.h
@@ -162,6 +162,8 @@ class SyncManager {
int64 updates_available;
// Total updates received by the syncer since browser start.
int updates_received;
+ // Total updates received that are echoes of our own changes.
+ int echo_updates_received;
// Of updates_received, how many were tombstones.
int tombstone_updates_received;

Powered by Google App Engine
This is Rietveld 408576698