| Index: chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc b/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| index 0ead6565a6a0d48f70482bd8c8c3156630367f29..a74236395683b825e767c991ba83c50d5c779cfa 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
|
| @@ -199,6 +199,8 @@ void ManagePasswordsBubbleModel::OnBubbleHidden() {
|
| manage_passwords_ui_controller) {
|
| // It's time to run the pending callback if it wasn't called in
|
| // OnChooseCredentials().
|
| + // TODO(vasilii): remove this. It's not a bubble's problem because the
|
| + // controller is notified anyway about closed bubble.
|
| manage_passwords_ui_controller->ChooseCredential(
|
| autofill::PasswordForm(),
|
| password_manager::CredentialType::CREDENTIAL_TYPE_EMPTY);
|
|
|