| Index: chrome/renderer/autofill/password_autofill_manager.cc
|
| diff --git a/chrome/renderer/autofill/password_autofill_manager.cc b/chrome/renderer/autofill/password_autofill_manager.cc
|
| index 0a0bc531a2d3a2c3a18683febfb7e9436d368bc4..c2aa11b932647edaf0212220973945bfd4aeffb8 100644
|
| --- a/chrome/renderer/autofill/password_autofill_manager.cc
|
| +++ b/chrome/renderer/autofill/password_autofill_manager.cc
|
| @@ -405,6 +405,10 @@ bool PasswordAutofillManager::InputElementClicked(
|
| return false;
|
| }
|
|
|
| +bool PasswordAutofillManager::InputElementLostFocus() {
|
| + return false;
|
| +}
|
| +
|
| void PasswordAutofillManager::OnFillPasswordForm(
|
| const webkit_glue::PasswordFormFillData& form_data) {
|
| FormElementsList forms;
|
|
|