Index: components/autofill/common/autofill_messages.h |
diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/common/autofill_messages.h |
index f8efa89dc956e0ebfbcb9a32553eb4656a756bd2..a35ab00554c45fd1d452a927f506b3a12b0d66dd 100644 |
--- a/components/autofill/common/autofill_messages.h |
+++ b/components/autofill/common/autofill_messages.h |
@@ -207,9 +207,8 @@ IPC_MESSAGE_ROUTED3(AutofillHostMsg_TextFieldDidChange, |
base::TimeTicks /* timestamp */) |
// Shows the Autocheckout bubble if the conditions are right. |
-IPC_MESSAGE_ROUTED3(AutofillHostMsg_MaybeShowAutocheckoutBubble, |
- GURL /* source_url */, |
- content::SSLStatus /* ssl_status */, |
+IPC_MESSAGE_ROUTED2(AutofillHostMsg_MaybeShowAutocheckoutBubble, |
+ autofill::FormData /* form */, |
gfx::RectF /* bounding_box */) |
// Queries the browser for Autofill suggestions for a form input field. |