| Index: chrome/common/autofill_messages.h
|
| diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h
|
| index fa171767b4bbbfd5e1ea466af512cd5bfef67740..b3e05e8a481ede89cf81587cc882c6ee7063af1e 100644
|
| --- a/chrome/common/autofill_messages.h
|
| +++ b/chrome/common/autofill_messages.h
|
| @@ -200,8 +200,9 @@ IPC_MESSAGE_ROUTED0(AutofillHostMsg_HideAutofillPopup)
|
| // Instructs the browser to show the password generation bubble at the
|
| // specified location. This location should be specified in the renderers
|
| // coordinate system.
|
| -IPC_MESSAGE_ROUTED1(AutofillHostMsg_ShowPasswordGenerationPopup,
|
| - gfx::Rect /* source location */)
|
| +IPC_MESSAGE_ROUTED2(AutofillHostMsg_ShowPasswordGenerationPopup,
|
| + gfx::Rect /* source location */,
|
| + int /* max length of the password */)
|
|
|
| // Instruct the browser that a password mapping has been found for a field.
|
| IPC_MESSAGE_ROUTED2(AutofillHostMsg_AddPasswordFormMapping,
|
|
|