Index: chrome/browser/cocoa/preferences_window_controller.mm |
=================================================================== |
--- chrome/browser/cocoa/preferences_window_controller.mm (revision 62569) |
+++ chrome/browser/cocoa/preferences_window_controller.mm (working copy) |
@@ -1352,7 +1352,7 @@ |
// "Personal Stuff" pane. Spawns a dialog-modal sheet that cleans |
// itself up on close. |
- (IBAction)doSyncCustomize:(id)sender { |
- syncService_->ShowChooseDataTypes(NULL); |
+ syncService_->ShowConfigure(NULL); |
} |
- (IBAction)doSyncReauthentication:(id)sender { |