| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| index 3e725950e52fc928dc90a31dfaea42f8f2051821..c4c690bac142350e80ac3cf7ab38b125718fb5a3 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| @@ -213,12 +213,10 @@ void PasswordGenerationPopupControllerImpl::ViewDestroyed() {
|
| }
|
|
|
| void PasswordGenerationPopupControllerImpl::OnSavedPasswordsLinkClicked() {
|
| - // TODO(gcasto): Change this to navigate to account central once passwords
|
| - // are visible there.
|
| Browser* browser =
|
| chrome::FindBrowserWithWebContents(controller_common_.web_contents());
|
| content::OpenURLParams params(
|
| - GURL(chrome::kAutoPasswordGenerationLearnMoreURL), content::Referrer(),
|
| + GURL(chrome::kPasswordManagerAccountDashboardURL), content::Referrer(),
|
| NEW_FOREGROUND_TAB, content::PAGE_TRANSITION_LINK, false);
|
| browser->OpenURL(params);
|
| }
|
|
|