Chromium Code Reviews| Index: chrome/common/autofill_messages.h |
| diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h |
| index 8c008d0cba4cbe457bbd71c826627031dff0127e..3bf09006bef216b38fbbd8e263125fab6bceb818 100644 |
| --- a/chrome/common/autofill_messages.h |
| +++ b/chrome/common/autofill_messages.h |
| @@ -122,6 +122,7 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_GeneratedPasswordAccepted, |
| IPC_MESSAGE_ROUTED1(AutofillMsg_PasswordGenerationEnabled, |
| bool /* is_enabled */) |
|
Ilya Sherman
2012/05/01 22:27:48
nit: Please remove this extra blank line.
zysxqn
2012/05/03 00:57:24
Done.
|
| + |
| // Tells the renderer that the password field has accept the suggestion. |
| IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptPasswordAutofillSuggestion, |
| string16 /* username value*/) |