Index: chrome/browser/ui/webui/options/personal_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/personal_options_handler.cc b/chrome/browser/ui/webui/options/personal_options_handler.cc |
index acc3da77aed09d28fff24dbe2435129e763d00b2..ecc8ef69091b2ce1eed1aa4e5b860c2adee8ad53 100644 |
--- a/chrome/browser/ui/webui/options/personal_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/personal_options_handler.cc |
@@ -249,7 +249,7 @@ void PersonalOptionsHandler::OnStateChanged() { |
bool managed = service->IsManaged(); |
bool sync_setup_completed = service->HasSyncSetupCompleted(); |
bool status_has_error = sync_ui_util::GetStatusLabels( |
- service, &status_label, &link_label) == sync_ui_util::SYNC_ERROR; |
+ service, &status_label, &link_label, true) == sync_ui_util::SYNC_ERROR; |
string16 start_stop_button_label; |
bool is_start_stop_button_visible = false; |