| 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 a4cdd1171efe1b0b22db795a3e82f779ac4924dc..8e265d07d9c9cf99318c3e3db1be78b5c392ccf7 100644
|
| --- a/components/autofill/content/renderer/autofill_agent.h
|
| +++ b/components/autofill/content/renderer/autofill_agent.h
|
| @@ -33,6 +33,7 @@ namespace autofill {
|
|
|
| struct FormData;
|
| struct FormFieldData;
|
| +struct PasswordFormFillData;
|
| class PasswordAutofillAgent;
|
| class PasswordGenerationAgent;
|
|
|
| @@ -181,6 +182,9 @@ class AutofillAgent : public content::RenderFrameObserver,
|
| const base::string16& password);
|
| void OnPreviewPasswordSuggestion(const base::string16& username,
|
| const base::string16& password);
|
| + void OnShowInitialPasswordAccountSuggestions(
|
| + int key,
|
| + const PasswordFormFillData& form_data);
|
|
|
| // Called when a same-page navigation is detected.
|
| void OnSamePageNavigationCompleted();
|
|
|