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

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

Issue 2035143002: Basic implementation of showing password fill dialog on page load (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix iOS compile Created 4 years, 6 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 | « components/password_manager/core/browser/stub_password_manager_driver.cc ('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.h
diff --git a/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.h b/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.h
index 7c026d0178b315b7cbda3c3e2387eb7051bcf871..5d92c7756e8f7a81e6e19ed8b6c3e6ceff198535 100644
--- a/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.h
+++ b/ios/chrome/browser/passwords/ios_chrome_password_manager_driver.h
@@ -60,6 +60,11 @@ class IOSChromePasswordManagerDriver
const base::string16& password) override;
void PreviewSuggestion(const base::string16& username,
const base::string16& password) override;
+ // TODO(jww): This method should be given a non-trivial implementation before
+ // launch of the fill-on-account password manager experiment. See
+ // https://crbug.com/568713.
+ void ShowInitialPasswordAccountSuggestions(
+ const autofill::PasswordFormFillData& form_data) override{};
void ClearPreviewedForm() override;
password_manager::PasswordGenerationManager* GetPasswordGenerationManager()
override;
« no previous file with comments | « components/password_manager/core/browser/stub_password_manager_driver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698