| 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 9f292622d3be95465e2f7671b347e315a38c5350..81922f160b8fb0c401af63bf6aa4f8e92b160627 100644
|
| --- a/chrome/browser/sync/sync_ui_util.cc
|
| +++ b/chrome/browser/sync/sync_ui_util.cc
|
| @@ -615,15 +615,11 @@ void ConstructAboutInformation(ProfileSyncService* service,
|
| browser_sync::GetUpdatesSourceString(
|
| snapshot.source().updates_source));
|
| sync_ui_util::AddStringSyncDetails(
|
| - cycles, "Download Updates",
|
| + cycles, "Download Step Result",
|
| GetSyncerErrorString(snapshot.errors().last_download_updates_result));
|
| sync_ui_util::AddStringSyncDetails(
|
| - cycles, "Post Commit",
|
| - GetSyncerErrorString(snapshot.errors().last_post_commit_result));
|
| - sync_ui_util::AddStringSyncDetails(
|
| - cycles, "Process Commit Response",
|
| - GetSyncerErrorString(
|
| - snapshot.errors().last_process_commit_response_result));
|
| + cycles, "Commit Step Result",
|
| + GetSyncerErrorString(snapshot.errors().commit_result));
|
|
|
| // Strictly increasing counters.
|
| ListValue* counters = AddSyncDetailsSection(details, "Running Totals");
|
|
|