| 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 a2a2c7f924588f0fe188d36aa85dfb3200d71e0f..7e08d781458340e7a86ba2ff8d53e0de3acf7053 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
|
| @@ -214,9 +214,11 @@ void PasswordGenerationPopupControllerImpl::ViewDestroyed() {
|
| }
|
|
|
| void PasswordGenerationPopupControllerImpl::OnSavedPasswordsLinkClicked() {
|
| +#if !defined(OS_ANDROID)
|
| chrome::ShowSettingsSubPage(
|
| chrome::FindBrowserWithWebContents(controller_common_.web_contents()),
|
| chrome::kPasswordManagerSubPage);
|
| +#endif
|
| }
|
|
|
| void PasswordGenerationPopupControllerImpl::SetSelectionAtPoint(
|
|
|