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 f757f73517710c7e19c6441f4f71ea490054215d..4c7054fffbba7443b8c56811ff1732393ad80c2a 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -208,8 +208,10 @@ IPC_MESSAGE_ROUTED0(AutofillHostMsg_FirstUserGestureObserved) |
// Notification that forms have been seen that are candidates for |
// filling/submitting by the AutofillManager. |
-IPC_MESSAGE_ROUTED2(AutofillHostMsg_FormsSeen, |
+// If there is no unowned form, the index is size of |forms|. |
+IPC_MESSAGE_ROUTED3(AutofillHostMsg_FormsSeen, |
std::vector<autofill::FormData> /* forms */, |
+ size_t /* unowned_form_index */, |
base::TimeTicks /* timestamp */) |
// Notification that password forms have been seen that are candidates for |