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