| 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 902e495bcac4cfbe19605b37a9af809d00d4042e..a31ecbb211164d571d895f74aa4f06c208c2228c 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(
|
|
|