Index: chrome/browser/ui/webui/options/personal_options_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/options/personal_options_handler.cc (revision 110908) |
+++ chrome/browser/ui/webui/options/personal_options_handler.cc (working copy) |
@@ -252,8 +252,7 @@ |
bool managed = service->IsManaged(); |
bool sync_setup_completed = service->HasSyncSetupCompleted(); |
bool status_has_error = sync_ui_util::GetStatusLabels( |
- service, sync_ui_util::WITH_HTML, &status_label, &link_label) == |
- sync_ui_util::SYNC_ERROR; |
+ service, &status_label, &link_label) == sync_ui_util::SYNC_ERROR; |
string16 start_stop_button_label; |
bool is_start_stop_button_visible = false; |