| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 239636082adc5c559a748f8f4d3a6611bee3f9ab..b030fe1b343396cb75c132257cdfe6bdc944feb3 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1421,7 +1421,12 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
|
|
| // Notification that password forms have been seen that are candidates for
|
| // filling/submitting by the password manager.
|
| - IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsSeen,
|
| + IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsFound,
|
| + std::vector<webkit_glue::PasswordForm> /* forms */)
|
| +
|
| + // Notification that initial layout has occurred and the following password
|
| + // forms are visible on the page (e.g. not set to display:none.)
|
| + IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsVisible,
|
| std::vector<webkit_glue::PasswordForm> /* forms */)
|
|
|
| // Notification that a form has been submitted. The user hit the button.
|
|
|