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

Unified Diff: components/password_manager/core/browser/password_autofill_manager.h

Issue 2762233004: Fix autofill popup controller key press callback registration (Closed)
Patch Set: Fix typo Created 3 years, 8 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/password_manager/core/browser/password_autofill_manager.h
diff --git a/components/password_manager/core/browser/password_autofill_manager.h b/components/password_manager/core/browser/password_autofill_manager.h
index 56a5b5c62bac958dfa4b9b903c6aaa05026243d0..737bc926e3a8ec19f373a513ca526edb5e422609 100644
--- a/components/password_manager/core/browser/password_autofill_manager.h
+++ b/components/password_manager/core/browser/password_autofill_manager.h
@@ -43,6 +43,7 @@ class PasswordAutofillManager : public autofill::AutofillPopupDelegate {
bool RemoveSuggestion(const base::string16& value, int identifier) override;
void ClearPreviewedForm() override;
bool IsCreditCardPopup() override;
+ autofill::AutofillDriver* GetAutofillDriver() override;
// Invoked when a password mapping is added.
void OnAddPasswordFormMapping(

Powered by Google App Engine
This is Rietveld 408576698