| 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 c734cd25de8e4d9d3ae1cf4a57c14ef86503a0ec..93026b5edc6b8834c786d159daa2885d18a5dee5 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -190,7 +190,10 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormsRendered,
|
| IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormSubmitted,
|
| autofill::PasswordForm /* form */)
|
|
|
| -// Notification that logs during saving the password have been gathered.
|
| +// Sends |log| to browser for displaying to the user. Only strings passed as an
|
| +// argument to methods overriding SavePasswordProgressLogger::SendLog may become
|
| +// |log|, because those are guaranteed to be sanitized. Never pass a free-form
|
| +// string as |log|.
|
| IPC_MESSAGE_ROUTED1(AutofillHostMsg_RecordSavePasswordProgress,
|
| std::string /* log */)
|
|
|
|
|