| 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 d1891926c130553404bfe48cb8f2e8225f3fbc58..fde4a9f39284631e62455877dd01b1868e7d2b59 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 to start (|active| == true) or stop (|active| == false) logging
|
| +// the decisions made about saving the password.
|
| +IPC_MESSAGE_ROUTED1(AutofillMsg_ChangeLoggingState, bool /* active */)
|
| +
|
| // Send the heuristic and server field type predictions to the renderer.
|
| IPC_MESSAGE_ROUTED1(
|
| AutofillMsg_FieldTypePredictionsAvailable,
|
|
|