| Index: chrome/browser/cocoa/preferences_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/preferences_window_controller.mm (revision 58702)
|
| +++ chrome/browser/cocoa/preferences_window_controller.mm (working copy)
|
| @@ -1350,7 +1350,7 @@
|
| } else {
|
| // Otherwise, the sync button was a "sync my bookmarks" button.
|
| // Kick off the sync setup process.
|
| - syncService_->EnableForUser(NULL);
|
| + syncService_->ShowLoginDialog(NULL);
|
| ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_OPTIONS);
|
| }
|
| }
|
|
|