| Index: components/autofill/content/public/interfaces/autofill_driver.mojom
|
| diff --git a/components/autofill/content/public/interfaces/autofill_driver.mojom b/components/autofill/content/public/interfaces/autofill_driver.mojom
|
| index 9ce701d72daf97501d600d811720c4d994127ea4..d965f4f92228aac65cc0e3158463c0cb597b2c4d 100644
|
| --- a/components/autofill/content/public/interfaces/autofill_driver.mojom
|
| +++ b/components/autofill/content/public/interfaces/autofill_driver.mojom
|
| @@ -109,4 +109,7 @@ interface PasswordManagerDriver {
|
| // forms where password generation should be available.
|
| SaveGenerationFieldDetectedByClassifier(
|
| PasswordForm password_form, mojo.common.mojom.String16 generation_field);
|
| +
|
| + // Notification that a password field in the frame is visible.
|
| + PasswordFieldVisible();
|
| };
|
|
|