| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index b48309766fb7d74bbcfc3e27a16f746c759b093b..c19596ea29667c776c53916209232c3f54446a67 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -93,7 +93,7 @@ class AutofillManager : public content::NotificationObserver,
|
| void OnDidFillAutofillFormData(const base::TimeTicks& timestamp);
|
| void OnShowAutofillDialog();
|
| void OnDidPreviewAutofillFormData();
|
| - void OnShowPasswordGenerationPopup(const gfx::Rect& bounds);
|
| + void OnShowPasswordGenerationPopup(const gfx::Rect& bounds, int max_length);
|
|
|
| // Remove the credit card or Autofill profile that matches |unique_id|
|
| // from the database.
|
|
|