Index: chrome/browser/ui/cocoa/options/preferences_window_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/options/preferences_window_controller.mm (revision 71694) |
+++ chrome/browser/ui/cocoa/options/preferences_window_controller.mm (working copy) |
@@ -1429,9 +1429,11 @@ |
syncService_->ShowConfigure(NULL); |
} |
+// Called when the user clicks on the multi-purpose 'sync problem' |
+// link. |
- (IBAction)doSyncReauthentication:(id)sender { |
DCHECK(syncService_ && !syncService_->IsManaged()); |
- syncService_->ShowLoginDialog(NULL); |
+ syncService_->ShowErrorUI(NULL); |
} |
- (void)setPasswordManagerEnabledIndex:(NSInteger)value { |