| 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..f157fce686967083d44f54ac58da48bfba2e2be1 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -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, /* generation element */
|
| + bool, /* is manually triggered */
|
| autofill::PasswordForm)
|
|
|
| // Instructs the browser to show the popup for editing a generated password.
|
|
|