| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| index 90b48fd11a5b596f9f69875b1e887ab03f8a3ddd..b623e6fe9081cb868eafb75a2c72e289d6c8b0b3 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -42,7 +42,6 @@ class PasswordAutofillAgent : public content::RenderFrameObserver {
|
| // WebFrameClient editor related calls forwarded by AutofillAgent.
|
| // If they return true, it indicates the event was consumed and should not
|
| // be used for any other autofill activity.
|
| - bool TextFieldDidEndEditing(const blink::WebInputElement& element);
|
| bool TextDidChangeInTextField(const blink::WebInputElement& element);
|
|
|
| // Function that should be called whenever the value of |element| changes due
|
|
|