| Index: chrome/renderer/autofill/autofill_agent.h
|
| diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
|
| index a5e8462959c9c5f6f021df6098275783f7b0e437..366ce62f6345302e3c9c1594abc9982d07afefa3 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.h
|
| +++ b/chrome/renderer/autofill/autofill_agent.h
|
| @@ -72,6 +72,7 @@ class AutofillAgent : public content::RenderViewObserver,
|
| virtual bool InputElementClicked(const WebKit::WebInputElement& element,
|
| bool was_focused,
|
| bool is_focused) OVERRIDE;
|
| + virtual bool InputElementLostFocus() OVERRIDE;
|
|
|
| // WebKit::WebAutofillClient:
|
| virtual void didAcceptAutofillSuggestion(const WebKit::WebNode& node,
|
|
|