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..469ca23f505074736534f1b9818be5a7662774ad 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 */) |
+ |
+// Preview the password for the selected username. |
+IPC_MESSAGE_ROUTED1(AutofillMsg_PreviewPassword, |
+ base::string16 /* username */) |
// 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". |