| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| index 711c02a2e899e4c985e970902def82d520e93afc..039601cb3d1edc96830028daeb2ee86b358bd539 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -181,6 +181,7 @@ class PasswordAutofillAgent : public content::RenderFrameObserver {
|
| void OnFillPasswordForm(int key, const PasswordFormFillData& form_data);
|
| void OnSetLoggingState(bool active);
|
| void OnAutofillUsernameDataReceived(const FormDataFieldDataMap& predictions);
|
| + void OnForceSavePassword();
|
|
|
| // Scans the given frame for password forms and sends them up to the browser.
|
| // If |only_visible| is true, only forms visible in the layout are sent.
|
|
|