| Index: chrome/browser/cocoa/preferences_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/preferences_window_controller.mm (revision 52180)
|
| +++ chrome/browser/cocoa/preferences_window_controller.mm (working copy)
|
| @@ -1713,8 +1713,7 @@
|
|
|
| [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];
|
|
|