| Index: components/autofill/content/renderer/test_password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/test_password_autofill_agent.h b/components/autofill/content/renderer/test_password_autofill_agent.h
|
| index 01f5a4b07387e444cc571f07d77320a95c581348..5599441e5ba13083fa345512e09e707314e2dc59 100644
|
| --- a/components/autofill/content/renderer/test_password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/test_password_autofill_agent.h
|
| @@ -14,6 +14,11 @@ class TestPasswordAutofillAgent : public PasswordAutofillAgent {
|
| explicit TestPasswordAutofillAgent(content::RenderView* render_view);
|
| virtual ~TestPasswordAutofillAgent();
|
|
|
| + // PasswordAutofillAgent:
|
| + using PasswordAutofillAgent::SendPasswordForms;
|
| + using PasswordAutofillAgent::OnMessageReceived;
|
| + using PasswordAutofillAgent::WillSubmitForm;
|
| +
|
| private:
|
| // Always returns true. This allows browser tests with "data: " URL scheme to
|
| // work with the password manager.
|
|
|