| Index: chrome/browser/ui/webui/settings/people_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/people_handler.cc b/chrome/browser/ui/webui/settings/people_handler.cc
|
| index 8dff9c7129954090f5283d9919a5d6d4c86f4887..a32d344dea3a5fb52a5cf0988ad1b163c3ef9a24 100644
|
| --- a/chrome/browser/ui/webui/settings/people_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/people_handler.cc
|
| @@ -737,7 +737,7 @@ PeopleHandler::GetSyncStatusDictionary() {
|
| base::string16 link_label;
|
| bool status_has_error =
|
| sync_ui_util::GetStatusLabels(profile_, service, *signin,
|
| - sync_ui_util::WITH_HTML, &status_label,
|
| + sync_ui_util::PLAIN_TEXT, &status_label,
|
| &link_label) == sync_ui_util::SYNC_ERROR;
|
| sync_status->SetString("statusText", status_label);
|
| sync_status->SetString("actionLinkText", link_label);
|
|
|