diff options
Diffstat (limited to 'chrome/common/autofill_messages.h')
-rw-r--r-- | chrome/common/autofill_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h index 8c008d0..fa17176 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 whether password generation is enabled. IPC_MESSAGE_ROUTED1(AutofillMsg_PasswordGenerationEnabled, bool /* is_enabled */) |