Chromium Code Reviews| Index: components/autofill/core/browser/autofill_manager.cc |
| diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc |
| index 22ec8be61893c33aa0bae1a85613c3fa0eeaf2ea..6534c238bd9a4b089d125d3aa7b0aa8d0678ebd6 100644 |
| --- a/components/autofill/core/browser/autofill_manager.cc |
| +++ b/components/autofill/core/browser/autofill_manager.cc |
| @@ -612,12 +612,14 @@ void AutofillManager::OnAddPasswordFormMapping( |
| void AutofillManager::OnShowPasswordSuggestions( |
| const FormFieldData& field, |
| + const PasswordForm& password_form, |
|
vabr (Chromium)
2014/02/05 20:34:20
Please revert all changes in this file and it's *.
|
| const gfx::RectF& bounds, |
| const std::vector<base::string16>& suggestions, |
| const std::vector<base::string16>& realms) { |
| external_delegate_->OnShowPasswordSuggestions(suggestions, |
| realms, |
| field, |
| + password_form, |
| bounds); |
| } |