| 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 bc2e5afbd9eed2a91820140f2e533efdb5ede16d..37be5b0729c183b3d6fe53799b30e64b8a882b84 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -205,8 +205,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
|
|
|