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

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

Issue 184103016: Autofill: Refactoring to support fetching password after a username is selected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 875672b364f8f709441b0f180c799b4d2bf2b7a3..29d7b186da68f8376d02fe953f4bd73ae5db5932 100644
--- a/chrome/browser/password_manager/content_password_manager_driver.h
+++ b/chrome/browser/password_manager/content_password_manager_driver.h
@@ -41,6 +41,10 @@ class ContentPasswordManagerDriver : public PasswordManagerDriver,
virtual PasswordManager* GetPasswordManager() OVERRIDE;
virtual autofill::AutofillManager* GetAutofillManager() OVERRIDE;
+ virtual void RendererShouldAcceptPasswordAutofillSuggestion(
+ const base::string16& username,
+ const base::string16& password) OVERRIDE;
+
// content::WebContentsObserver overrides.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
virtual void DidNavigateMainFrame(

Powered by Google App Engine
This is Rietveld 408576698