| Index: components/autofill/content/common/autofill_messages.h
|
| diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h
|
| index a3de1422d6a78fad8f0f7813d05a6a62dcaecd80..8ddc5d88298cdcbfbf0f767cf8057b9c19c0537f 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -193,7 +193,7 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_FindFocusedPasswordForm)
|
| // Tells the renderer to find a focused element, and if it is a password field
|
| // eligible for generation then to trigger generation by responding to the
|
| // browser with the message |AutofillHostMsg_ShowPasswordGenerationPopup|.
|
| -IPC_MESSAGE_ROUTED0(AutofillMsg_GeneratePassword)
|
| +IPC_MESSAGE_ROUTED0(AutofillMsg_UserTriggeredGeneratePassword)
|
|
|
| // Tells the renderer that this password form is not blacklisted. A form can
|
| // be blacklisted if a user chooses "never save passwords for this site".
|
| @@ -322,9 +322,11 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_GenerationAvailableForForm,
|
| // Instructs the browser to show the password generation popup at the
|
| // specified location. This location should be specified in the renderers
|
| // coordinate system. Form is the form associated with the password field.
|
| -IPC_MESSAGE_ROUTED3(AutofillHostMsg_ShowPasswordGenerationPopup,
|
| +IPC_MESSAGE_ROUTED5(AutofillHostMsg_ShowPasswordGenerationPopup,
|
| gfx::RectF /* source location */,
|
| int /* max length of the password */,
|
| + base::string16, /* password field */
|
| + bool, /* is manually triggered */
|
| autofill::PasswordForm)
|
|
|
| // Instructs the browser to show the popup for editing a generated password.
|
|
|