| 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 93026b5edc6b8834c786d159daa2885d18a5dee5..d35dc588fa3b57d2401864dc92fb411c1d69bf70 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -113,6 +113,10 @@ IPC_MESSAGE_ROUTED2(AutofillMsg_PreviewForm,
|
| IPC_MESSAGE_ROUTED1(AutofillMsg_FillPasswordForm,
|
| autofill::PasswordFormFillData /* the fill form data*/)
|
|
|
| +// Notification that decisions about saving the password should start (|active|
|
| +// == true) or stop (|active| == false) being logged.
|
| +IPC_MESSAGE_ROUTED1(AutofillMsg_ChangeLoggingState, bool /* active */)
|
| +
|
| // Send the heuristic and server field type predictions to the renderer.
|
| IPC_MESSAGE_ROUTED1(
|
| AutofillMsg_FieldTypePredictionsAvailable,
|
|
|