| 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 ce63053cce8d24ddc2c8f35134b67e19426a8580..35c6fe549c1da78345e929af9cf18a49eed5a772 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -83,6 +83,10 @@ class PasswordAutofillAgent : public content::RenderFrameObserver,
|
| bool DidClearAutofillSelection(
|
| const blink::WebFormControlElement& control_element);
|
|
|
| + // If the form is non-secure, show the "Not Secure" warning on username and
|
| + // password input fields.
|
| + bool ShouldShowNotSecureWarning(const blink::WebInputElement& element);
|
| +
|
| // Shows an Autofill popup with username suggestions for |element|. If
|
| // |show_all| is |true|, will show all possible suggestions for that element,
|
| // otherwise shows suggestions based on current value of |element|.
|
|
|