| Index: chrome/common/autofill_messages.h
|
| diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h
|
| index a2c7fbad163689e63cae8d238af6a7c5ba5797fa..5924ba33c387d598c01b5684134e75ee83767947 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. Form is the form associated with the password field.
|
| -IPC_MESSAGE_ROUTED2(AutofillHostMsg_ShowPasswordGenerationPopup,
|
| +IPC_MESSAGE_ROUTED3(AutofillHostMsg_ShowPasswordGenerationPopup,
|
| gfx::Rect /* source location */,
|
| + int /* max length of the password */,
|
| webkit::forms::PasswordForm)
|
|
|
| // Instruct the browser that a password mapping has been found for a field.
|
|
|