Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1531)

Unified Diff: chrome/browser/ui/webui/settings/people_handler.cc

Issue 1984313003: Settings People Revamp: Update main card Sync 'look' to match new spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698