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 fde4a9f39284631e62455877dd01b1868e7d2b59..26b246ad9c429cc716cc84cb27df8ac86069c52b 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -151,6 +151,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, |