| 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 397cb5ffbaa24e1c233744d8a9a4637fce50a335..09f446aa1d89c6c1bef94ccdd57a9275d00821c3 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -333,6 +333,12 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_PresaveGeneratedPassword,
|
| IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordNoLongerGenerated,
|
| autofill::PasswordForm)
|
|
|
| +// Sends the outcome of HTML parsing based form classifier that detects the
|
| +// forms where password generation should be available.
|
| +IPC_MESSAGE_ROUTED2(AutofillHostMsg_SaveGenerationFieldDetectedByClassifier,
|
| + autofill::PasswordForm,
|
| + base::string16 /* generation field */)
|
| +
|
| // Instruct the browser to show a popup with suggestions filled from data
|
| // associated with |key|. The popup will use |text_direction| for displaying
|
| // text.
|
|
|