| Index: chrome/renderer/autofill/password_autofill_manager.h
|
| diff --git a/chrome/renderer/autofill/password_autofill_manager.h b/chrome/renderer/autofill/password_autofill_manager.h
|
| index bdd91c5675dc21f36581fcf265a25c3a232a9d77..e4074830ccffc703b369f2548231c16c7b8a92db 100644
|
| --- a/chrome/renderer/autofill/password_autofill_manager.h
|
| +++ b/chrome/renderer/autofill/password_autofill_manager.h
|
| @@ -72,6 +72,7 @@ class PasswordAutofillManager : public content::RenderViewObserver,
|
| virtual bool InputElementClicked(const WebKit::WebInputElement& element,
|
| bool was_focused,
|
| bool is_focused);
|
| + virtual bool InputElementLostFocus();
|
|
|
| // RenderView IPC handlers:
|
| void OnFillPasswordForm(const webkit_glue::PasswordFormFillData& form_data);
|
|
|