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

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: Update python test server 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 31797e3564cccc61bc0e8f3b8fbde6ac8d7332f7..d054249a6c4535b8ae9c8f3e9d5fe8b29a60304f 100644
--- a/chrome/browser/sync/internal_api/sync_manager.h
+++ b/chrome/browser/sync/internal_api/sync_manager.h
@@ -158,6 +158,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 reflected_updates_received;
// Of updates_received, how many were tombstones.
int tombstone_updates_received;

Powered by Google App Engine
This is Rietveld 408576698