| 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 a1ebefc5c394024c87330e5244124be69232a9a2..fb8fe601d29dfa81b1b572f70764eea69931b3da 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -136,7 +136,7 @@ class PasswordAutofillAgent : public content::RenderViewObserver {
|
|
|
| // RenderView IPC handlers:
|
| void OnFillPasswordForm(const PasswordFormFillData& form_data);
|
| - void OnChangeLoggingState(bool active);
|
| + void OnSetLoggingState(bool active);
|
|
|
| // 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.
|
|
|