| 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 1c951dbb5df4efc3a3d5faec67a5418e267bff88..ce08780300ce2251629df0f9f92153ce06a038ea 100644
|
| --- a/components/autofill/content/common/autofill_driver.mojom
|
| +++ b/components/autofill/content/common/autofill_driver.mojom
|
| @@ -61,11 +61,6 @@ interface AutofillDriver {
|
| // There is one instance of this interface per render frame host in the browser
|
| // process.
|
| interface PasswordManagerDriver {
|
| - // A ping to the browser that PasswordAutofillAgent was constructed. As a
|
| - // consequence, the browser sends SetLoggingState with the current
|
| - // state of the logging activity.
|
| - PasswordAutofillAgentConstructed();
|
| -
|
| // Notification that password forms have been seen that are candidates for
|
| // filling/submitting by the password manager.
|
| PasswordFormsParsed(array<PasswordForm> forms);
|
|
|