| Index: chrome/renderer/autofill/autofill_agent.h
|
| diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
|
| index b7e4fb43430c75d29c0dc238cf8f2c3f6327585f..61c36e62b6dd394bc39775c431ad5282feb3ca04 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.h
|
| +++ b/chrome/renderer/autofill/autofill_agent.h
|
| @@ -68,6 +68,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,
|
|
|