| 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,
|
|
|