| 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 649e05281a285c22b4c90203967f37136c55ea47..9b55bfc7267b7406042351624140a0f7b3637342 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -178,6 +178,12 @@ IPC_MESSAGE_ROUTED2(AutofillMsg_PreviewPasswordSuggestion,
|
| base::string16 /* username */,
|
| base::string16 /* password */)
|
|
|
| +// Sent when a password form is initially detected and suggestions should be
|
| +// shown. Used by the fill-on-select experiment.
|
| +IPC_MESSAGE_ROUTED2(AutofillMsg_ShowInitialPasswordAccountSuggestions,
|
| + int /* key */,
|
| + autofill::PasswordFormFillData /* the fill form data */)
|
| +
|
| // Tells the renderer to find the focused password form (assuming it exists).
|
| // Renderer is expected to respond with the message
|
| // |AutofillHostMsg_FocusedPasswordFormFound|.
|
|
|