| Index: chrome/renderer/autofill/autofill_agent.cc
|
| diff --git a/chrome/renderer/autofill/autofill_agent.cc b/chrome/renderer/autofill/autofill_agent.cc
|
| index c85f6e4143a31e97a1d43809c496b864b4f5b9ac..b530cd3a29eb49b9a0edda9735f823d077bafb36 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.cc
|
| +++ b/chrome/renderer/autofill/autofill_agent.cc
|
| @@ -126,6 +126,10 @@ bool AutofillAgent::InputElementClicked(const WebInputElement& element,
|
| return false;
|
| }
|
|
|
| +bool AutofillAgent::InputElementLostFocus() {
|
| + return false;
|
| +}
|
| +
|
| void AutofillAgent::didAcceptAutofillSuggestion(const WebNode& node,
|
| const WebString& value,
|
| const WebString& label,
|
|
|