summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa')
-rw-r--r--chrome/browser/cocoa/preferences_window_controller.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.mm b/chrome/browser/cocoa/preferences_window_controller.mm
index 607a0d5..4065f0b 100644
--- a/chrome/browser/cocoa/preferences_window_controller.mm
+++ b/chrome/browser/cocoa/preferences_window_controller.mm
@@ -1723,8 +1723,7 @@ const int kDisabledIndex = 1;
[syncButton_ setEnabled:!syncService_->WizardIsVisible()];
NSString* buttonLabel;
- if (syncService_->HasSyncSetupCompleted()
- && status != sync_ui_util::SYNC_ERROR) {
+ if (syncService_->HasSyncSetupCompleted()) {
buttonLabel = l10n_util::GetNSStringWithFixup(
IDS_SYNC_STOP_SYNCING_BUTTON_LABEL);
[syncCustomizeButton_ setHidden:false];