Index: chrome/browser/views/options/content_page_view.cc |
=================================================================== |
--- chrome/browser/views/options/content_page_view.cc (revision 58702) |
+++ chrome/browser/views/options/content_page_view.cc (working copy) |
@@ -139,7 +139,7 @@ |
IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES))); |
return; |
} else { |
- sync_service_->EnableForUser(GetWindow()->GetNativeWindow()); |
+ sync_service_->ShowLoginDialog(GetWindow()->GetNativeWindow()); |
ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_OPTIONS); |
} |
} else if (sender == sync_customize_button_) { |