Chromium Code Reviews| Index: components/autofill/content/common/autofill_driver.mojom |
| diff --git a/components/autofill/content/common/autofill_driver.mojom b/components/autofill/content/common/autofill_driver.mojom |
| index 8fb379d9960c22d58de95551f99f17e2dd313a23..e5cc4e83e5d0913c9e28e181107d45fe5ce3103b 100644 |
| --- a/components/autofill/content/common/autofill_driver.mojom |
| +++ b/components/autofill/content/common/autofill_driver.mojom |
| @@ -95,6 +95,12 @@ interface PasswordManagerDriver { |
| mojo.common.mojom.String16 typed_username, |
| int32 options, gfx.mojom.RectF bounds); |
| + // Instructs the browser to show a popup with a warning that the form |
| + // is not secure. The popup will use |text_direction| for displaying |
| + // text. This popup is shown when a password form on a non-secure page is |
| + // autofilled on page load. |
| + ShowNotSecureWarning(TextDirection text_direction, gfx.mojom.RectF bounds); |
| + |
|
meacer
2017/01/04 00:03:11
nit: Extra blank line?
estark
2017/01/04 01:03:14
Done.
|
| // Instructs the browser to presave the form with generated password. |
| PresaveGeneratedPassword(PasswordForm password_form); |