| 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 a2b7b07307a255b7dddbfc39310638c8c9380f4a..ef32da0b2bc91d0fee2191621a4df56d63dd9564 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -137,8 +137,9 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_GeneratedPasswordAccepted,
|
| base::string16 /* generated_password */)
|
|
|
| // Tells the renderer that the password field has accept the suggestion.
|
| -IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptPasswordAutofillSuggestion,
|
| - base::string16 /* username value*/)
|
| +IPC_MESSAGE_ROUTED2(AutofillMsg_AcceptPasswordAutofillSuggestion,
|
| + base::string16 /* username value */,
|
| + base::string16 /* password value */)
|
|
|
| // 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".
|
|
|