| 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 0fa84302fedee7c1cc7d7e4f5b3aeca4af514d47..c3a7683a7b5e9ad569b09048e82d19f2757173f0 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -148,6 +148,12 @@ IPC_MESSAGE_ROUTED2(AutofillMsg_AcceptPasswordAutofillSuggestion,
|
| base::string16 /* username */,
|
| base::string16 /* password */)
|
|
|
| +// Tells the renderer to preview the username and password with the given
|
| +// values.
|
| +IPC_MESSAGE_ROUTED2(AutofillMsg_PreviewPasswordAutofillSuggestion,
|
| + base::string16 /* username */,
|
| + base::string16 /* password */)
|
| +
|
| // 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".
|
| IPC_MESSAGE_ROUTED1(AutofillMsg_FormNotBlacklisted,
|
|
|