| 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 76f9fa0979cc4a8956d3d59e2f392d7adbd75b82..b8f80e7f3807e64e90c32cc3fe552f6ac1fa63d0 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -258,7 +258,7 @@ class PasswordAutofillAgent : public content::RenderFrameObserver,
|
| ProvisionallySaveRestriction restriction);
|
|
|
| // Helper function called when same-document navigation completed
|
| - void OnSameDocumentNavigationCompleted();
|
| + void OnSameDocumentNavigationCompleted(bool is_inpage_navigation);
|
|
|
| const mojom::AutofillDriverPtr& GetAutofillDriver();
|
|
|
|
|