| 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 3b2d373e65d1759b688d8d933904b4f9908d4671..453ee000107bf0c12d6c3519cb1e6381deebc04f 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");
|
|
|