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

Unified Diff: chrome/browser/sync/sync_ui_util.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/sync_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index b569a7de7e31e8248a6cfd2ba5ddce449f0c9d78..959b3e1a6a971f697e4b7eca235ba113969972ec 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -585,6 +585,9 @@ void ConstructAboutInformation(ProfileSyncService* service,
"Updates Downloaded (Tombstones)",
full_status.tombstone_updates_received);
sync_ui_util::AddIntSyncDetail(details,
+ "Updates Downloaded (Echoes)",
+ full_status.echo_updates_received);
+ sync_ui_util::AddIntSyncDetail(details,
"Empty GetUpdates",
full_status.empty_get_updates);
sync_ui_util::AddIntSyncDetail(details,

Powered by Google App Engine
This is Rietveld 408576698