| Index: components/autofill/content/renderer/autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
|
| index a49224911a7bea8b6210b622152f8516a5b616f2..7bfc7671647d8e57ac0c0a1d640123e25ef9f311 100644
|
| --- a/components/autofill/content/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.h
|
| @@ -77,7 +77,6 @@ class AutofillAgent : public content::RenderViewObserver,
|
| virtual void InputElementLostFocus() OVERRIDE;
|
|
|
| // blink::WebAutofillClient:
|
| - virtual void didClearAutofillSelection(const blink::WebNode& node) OVERRIDE;
|
| virtual void textFieldDidEndEditing(
|
| const blink::WebInputElement& element) OVERRIDE;
|
| virtual void textFieldDidChange(
|
|
|