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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_password_manager_driver.mm

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
« no previous file with comments | « ios/chrome/browser/passwords/ios_chrome_password_manager_driver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/ios_chrome_password_manager_driver.mm
diff --git a/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.mm b/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.mm
index d4dca208c06af0bba21b31f9ab1937d8af5a6a87..f926439e517d385a3d22a03c98ab8d46e127602c 100644
--- a/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.mm
+++ b/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.mm
@@ -82,3 +82,8 @@ IOSChromePasswordManagerDriver::GetPasswordAutofillManager() {
void IOSChromePasswordManagerDriver::ForceSavePassword() {
NOTIMPLEMENTED();
}
+
+autofill::AutofillDriver* IOSChromePasswordManagerDriver::GetAutofillDriver() {
+ NOTIMPLEMENTED();
+ return nullptr;
+}
« no previous file with comments | « ios/chrome/browser/passwords/ios_chrome_password_manager_driver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698