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

Unified Diff: components/password_manager/core/browser/stub_password_manager_driver.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/stub_password_manager_driver.h
diff --git a/components/password_manager/core/browser/stub_password_manager_driver.h b/components/password_manager/core/browser/stub_password_manager_driver.h
index 88d1ff38b288d00d370c180b765e35f611824f12..f7a1703d1d9d80b967ea6a5f060f90635722daaa 100644
--- a/components/password_manager/core/browser/stub_password_manager_driver.h
+++ b/components/password_manager/core/browser/stub_password_manager_driver.h
@@ -36,6 +36,7 @@ class StubPasswordManagerDriver : public PasswordManagerDriver {
PasswordGenerationManager* GetPasswordGenerationManager() override;
PasswordManager* GetPasswordManager() override;
PasswordAutofillManager* GetPasswordAutofillManager() override;
+ autofill::AutofillDriver* GetAutofillDriver() override;
private:
DISALLOW_COPY_AND_ASSIGN(StubPasswordManagerDriver);

Powered by Google App Engine
This is Rietveld 408576698