| 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 54fd2504ec49f68737bde52d06e8a99fdd982c4e..3eb70c8fda9c85a75c132132dd25ef6abe14644e 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -241,9 +241,11 @@ IPC_MESSAGE_ROUTED3(AutofillHostMsg_ShowPasswordGenerationPopup,
|
| autofill::PasswordForm)
|
|
|
| // Instructs the browser to show the popup for editing a generated password.
|
| -// The location should be specified in the renderers coordinate system.
|
| -IPC_MESSAGE_ROUTED1(AutofillHostMsg_ShowPasswordEditingPopup,
|
| - gfx::RectF /* source location */)
|
| +// The location should be specified in the renderers coordinate system. Form
|
| +// is the form associated with the password field.
|
| +IPC_MESSAGE_ROUTED2(AutofillHostMsg_ShowPasswordEditingPopup,
|
| + gfx::RectF /* source location */,
|
| + autofill::PasswordForm)
|
|
|
| // Instructs the browser to hide any password generation popups.
|
| IPC_MESSAGE_ROUTED0(AutofillHostMsg_HidePasswordGenerationPopup)
|
|
|