| 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..b7642c7c9d7ed3482f2dbb7afc233a0c30c394d8 100644
|
| --- a/chrome/renderer/autofill/password_autofill_manager.h
|
| +++ b/chrome/renderer/autofill/password_autofill_manager.h
|
| @@ -71,7 +71,8 @@ class PasswordAutofillManager : public content::RenderViewObserver,
|
| // PageClickListener:
|
| virtual bool InputElementClicked(const WebKit::WebInputElement& element,
|
| bool was_focused,
|
| - bool is_focused);
|
| + bool is_focused) OVERRIDE;
|
| + virtual bool InputElementLostFocus() OVERRIDE;
|
|
|
| // RenderView IPC handlers:
|
| void OnFillPasswordForm(const webkit_glue::PasswordFormFillData& form_data);
|
|
|