| 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 1a8d5c2bb2f28d8ff20f567e545f0e8560cfe1de..b5f87efb201832fb03410cfa6e6a76afc4561435 100644
|
| --- a/components/autofill/content/common/autofill_driver.mojom
|
| +++ b/components/autofill/content/common/autofill_driver.mojom
|
| @@ -9,6 +9,7 @@ import "mojo/common/string16.mojom";
|
| import "mojo/common/text_direction.mojom";
|
| import "mojo/common/time.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
| +import "url/mojo/url.mojom";
|
|
|
| // There is one instance of this interface per render frame host in the browser
|
| // process.
|
| @@ -107,6 +108,10 @@ interface PasswordManagerDriver {
|
| // forms where password generation should be available.
|
| SaveGenerationFieldDetectedByClassifier(
|
| PasswordForm password_form, mojo.common.mojom.String16 generation_field);
|
| +
|
| + // Checks the safe browsing reputation of the website where the focused
|
| + // username/password field is on.
|
| + CheckSafeBrowsingReputation(url.mojom.Url form_action);
|
| };
|
|
|
| // There is one instance of this interface per web contents in the browser
|
|
|