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

Unified Diff: components/password_manager/core/browser/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
Index: components/password_manager/core/browser/password_manager_driver.h
diff --git a/components/password_manager/core/browser/password_manager_driver.h b/components/password_manager/core/browser/password_manager_driver.h
index 390de2fe8fed43076f707ea4edb4318e48f0be0c..607d9ce17aad57a9c235c994a54fefd03a9b44e8 100644
--- a/components/password_manager/core/browser/password_manager_driver.h
+++ b/components/password_manager/core/browser/password_manager_driver.h
@@ -67,6 +67,11 @@ class PasswordManagerDriver
virtual void PreviewSuggestion(const base::string16& username,
const base::string16& password) = 0;
+ // Tells the driver to show an initial set of accounts to suggest for the
+ // form.
+ virtual void ShowInitialPasswordAccountSuggestions(
+ const autofill::PasswordFormFillData& form_data) = 0;
+
// Tells the driver to clear previewed password and username fields.
virtual void ClearPreviewedForm() = 0;

Powered by Google App Engine
This is Rietveld 408576698