Chromium Code Reviews| 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(); |
|
Ilya Sherman
2011/10/31 21:23:12
nit: Please annotate this function with OVERRIDE.
csharp
2011/11/01 14:49:01
Done.
|
| // RenderView IPC handlers: |
| void OnFillPasswordForm(const webkit_glue::PasswordFormFillData& form_data); |