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

Unified Diff: chrome/browser/password_manager/content_password_manager_driver.h

Issue 156173004: Abstract IPC send out of PasswordGenerationManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + response to review Created 6 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/content_password_manager_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/content_password_manager_driver.h
diff --git a/chrome/browser/password_manager/content_password_manager_driver.h b/chrome/browser/password_manager/content_password_manager_driver.h
index e88c5f2871640339d93e9ae1164723fb53c5765c..5f51cc595e6c09f526cbc3fa785d4ffb86e801b8 100644
--- a/chrome/browser/password_manager/content_password_manager_driver.h
+++ b/chrome/browser/password_manager/content_password_manager_driver.h
@@ -24,8 +24,8 @@ class WebContents;
class ContentPasswordManagerDriver : public PasswordManagerDriver,
public content::WebContentsObserver {
public:
- explicit ContentPasswordManagerDriver(content::WebContents* web_contents,
- PasswordManagerClient* client);
+ ContentPasswordManagerDriver(content::WebContents* web_contents,
+ PasswordManagerClient* client);
virtual ~ContentPasswordManagerDriver();
// PasswordManagerDriver implementation.
@@ -38,6 +38,8 @@ class ContentPasswordManagerDriver : public PasswordManagerDriver,
virtual autofill::AutofillManager* GetAutofillManager() OVERRIDE;
virtual void AllowPasswordGenerationForForm(autofill::PasswordForm* form)
OVERRIDE;
+ virtual void AccountCreationFormsFound(
+ const std::vector<autofill::FormData>& forms) OVERRIDE;
// content::WebContentsObserver overrides.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/password_manager/content_password_manager_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698