| Index: chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.cc b/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| index 8e88fe62a8482914483dbe2ff4cde57eb091c47f..c1a007f96bd88c352c32a60631d396d6e684ff00 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| @@ -128,7 +128,7 @@ void NTPLoginHandler::HandleLoginMessageSeen(const ListValue* args) {
|
| }
|
|
|
| void NTPLoginHandler::HandleShowAdvancedLoginUI(const ListValue* args) {
|
| - Profile::FromWebUI(web_ui_)->GetProfileSyncService()->ShowLoginDialog();
|
| + Profile::FromWebUI(web_ui_)->GetProfileSyncService()->ShowConfigure(false);
|
| }
|
|
|
| void NTPLoginHandler::UpdateLogin() {
|
|
|