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 0851e4f41f0f443f6e0bfc54f088cfc1edae158d..0d129a23abb8a39e80ea3c876583f2977ea1392a 100644 |
--- a/chrome/browser/ui/webui/options/personal_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/personal_options_handler.cc |
@@ -247,7 +247,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; |
akalin
2011/10/28 19:10:22
what about "true /* has_links */"
jimblackler
2011/11/01 16:15:30
Done.
|
string16 start_stop_button_label; |
bool is_start_stop_button_visible = false; |