Chromium Code Reviews| 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 9b01b5d2a61aa6c6da003472065b0c4e092c4d6a..5135339acd49352056f7eed71287aa4e2bcb4aef 100644 |
| --- a/components/autofill/content/common/autofill_messages.h |
| +++ b/components/autofill/content/common/autofill_messages.h |
| @@ -140,7 +140,11 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_GeneratedPasswordAccepted, |
| // Tells the renderer that the password field has accept the suggestion. |
| IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptPasswordAutofillSuggestion, |
| - base::string16 /* username value*/) |
| + base::string16 /* username value */) |
|
Ilya Sherman
2014/03/21 22:35:19
nit: "username value" -> "username" here and below
ziran.sun
2014/03/25 18:25:26
Done.
|
| + |
| +// Preview the password for the selected username. |
| +IPC_MESSAGE_ROUTED1(AutofillMsg_PreviewPassword, |
| + base::string16 /* username 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". |