| 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 fbdb148eb732bbc012bdc3252920a75dae747763..be3e93e5df04e6026e2c40299ff66cb1ae6aed40 100644
|
| --- a/chrome/browser/sync/sync_ui_util.cc
|
| +++ b/chrome/browser/sync/sync_ui_util.cc
|
| @@ -667,9 +667,6 @@ void ConstructAboutInformation(ProfileSyncService* service,
|
| // This is counted when we prepare the commit message.
|
| ListValue* transient_cycle = AddSyncDetailsSection(
|
| details, "Transient Counters (this cycle)");
|
| - sync_ui_util::AddIntSyncDetail(transient_cycle,
|
| - "Unsynced Count (before commit)",
|
| - full_status.unsynced_count);
|
|
|
| // These are counted during the ApplyUpdates step.
|
| sync_ui_util::AddIntSyncDetail(
|
|
|