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

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: 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/sync_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index e66d1e6b51b014bb01a47481cd086938bfd08fe1..e90d52e0cb949f5b64876f8486ab91f77288b340 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -572,6 +572,9 @@ void ConstructAboutInformation(ProfileSyncService* service,
"Updates Downloaded (Tombstones)",
full_status.tombstone_updates_received);
sync_ui_util::AddIntSyncDetail(details,
+ "Updates Downloaded (Reflections)",
+ full_status.reflected_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