Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: components/autofill/content/renderer/test_password_autofill_agent.h

Issue 563313004: [Password Manager] Unfriend PasswordAutofillAgentTest from PasswordAutofillAgent (clean-up). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unfriend PasswordAutofillAgentTest and RequestAutocompleteRendererTest from AutofillAgent. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..23224d3cec076fa7b3aea7bb3af216dd55eb90f4 100644
--- a/components/autofill/content/renderer/test_password_autofill_agent.h
+++ b/components/autofill/content/renderer/test_password_autofill_agent.h
@@ -14,6 +14,13 @@ class TestPasswordAutofillAgent : public PasswordAutofillAgent {
explicit TestPasswordAutofillAgent(content::RenderView* render_view);
virtual ~TestPasswordAutofillAgent();
+ // PasswordAutofillAgent:
+ virtual void SendPasswordForms(blink::WebFrame* frame,
+ bool only_visible) OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual void WillSubmitForm(blink::WebLocalFrame* frame,
+ const blink::WebFormElement& form) OVERRIDE;
+
private:
// Always returns true. This allows browser tests with "data: " URL scheme to
// work with the password manager.

Powered by Google App Engine
This is Rietveld 408576698