| Index: components/autofill/content/renderer/autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
|
| index dc9df2309990ad8041e791c71e7f308fe5fbfb09..34345be40ef819957d50a45fc5f429be0f15c8e4 100644
|
| --- a/components/autofill/content/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.h
|
| @@ -99,7 +99,8 @@ class AutofillAgent : public content::RenderViewObserver,
|
| void OnClearPreviewedForm();
|
| void OnSetNodeText(const base::string16& value);
|
| void OnAcceptDataListSuggestion(const base::string16& value);
|
| - void OnAcceptPasswordAutofillSuggestion(const base::string16& username);
|
| + void OnAcceptPasswordAutofillSuggestion(const base::string16& username,
|
| + const base::string16& password);
|
|
|
| // Called when interactive autocomplete finishes.
|
| void OnRequestAutocompleteResult(
|
|
|