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..53efc4a96ec3b2c04a366abe1d9b769b97467a94 100644 |
| --- a/chrome/common/autofill_messages.h |
| +++ b/chrome/common/autofill_messages.h |
| @@ -118,7 +118,7 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_SetNodeText, |
| IPC_MESSAGE_ROUTED1(AutofillMsg_GeneratedPasswordAccepted, |
| string16 /* generated_password */) |
| -// Tells the renderer if password generation should be enabled. |
| +// Tells the renderer if password generation preference is enabled. |
|
Ilya Sherman
2012/05/04 06:04:50
nit: "preference" is too narrow, since it also dep
zysxqn
2012/05/04 18:52:54
Done.
|
| IPC_MESSAGE_ROUTED1(AutofillMsg_PasswordGenerationEnabled, |
| bool /* is_enabled */) |