Chromium Code Reviews| 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 9b01b5d2a61aa6c6da003472065b0c4e092c4d6a..bbee2b8b6dd82c086eafeeb0f5ea108fd4b4d692 100644 | 
| --- a/components/autofill/content/common/autofill_messages.h | 
| +++ b/components/autofill/content/common/autofill_messages.h | 
| @@ -185,6 +185,10 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormsRendered, | 
| IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormSubmitted, | 
| autofill::PasswordForm /* form */) | 
| +// Notification that logs during saving the password have been gathered. | 
| +IPC_MESSAGE_ROUTED1(AutofillHostMsg_SavePasswordProgressLogs, | 
| 
 
Ilya Sherman
2014/04/09 21:10:08
nit: I'd name this message something like "LogSave
 
vabr (Chromium)
2014/04/10 08:51:25
Done.
 
 | 
| + std::string /* log */) | 
| + | 
| // Notification that a form has been submitted. The user hit the button. | 
| IPC_MESSAGE_ROUTED2(AutofillHostMsg_FormSubmitted, | 
| autofill::FormData /* form */, |