| 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 01e878a246e7f32d6a70f6fa9780a260b9f9fe60..149f1cc10409ba2336ec6af811eb69cb5ea8fecb 100644
|
| --- a/components/autofill/content/common/autofill_driver.mojom
|
| +++ b/components/autofill/content/common/autofill_driver.mojom
|
| @@ -97,7 +97,8 @@ interface PasswordManagerDriver {
|
| ShowNotSecureWarning(mojo.common.mojom.TextDirection text_direction,
|
| gfx.mojom.RectF bounds);
|
|
|
| - // Instructs the browser to presave the form with generated password.
|
| + // Instructs the browser to presave the form with generated password. Also
|
| + // notifies whether the password was modified by user.
|
| PresaveGeneratedPassword(PasswordForm password_form);
|
|
|
| // Instructs the browser that form no longer contains a generated password and
|
|
|