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

Unified Diff: components/autofill/content/common/autofill_driver.mojom

Issue 2915763003: [Password Manager] Show omnibox icon and anchored prompt once user start typing password (Closed)
Patch Set: Rebase Created 3 years, 4 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/autofill/content/common/autofill_driver.mojom
diff --git a/components/autofill/content/common/autofill_driver.mojom b/components/autofill/content/common/autofill_driver.mojom
index ef4f93737be7eb2bbbf54ec2818ef6d07bf4514d..f04cf1af13a6464332dbc30c431da85dc2c7ecaa 100644
--- a/components/autofill/content/common/autofill_driver.mojom
+++ b/components/autofill/content/common/autofill_driver.mojom
@@ -77,6 +77,14 @@ interface PasswordManagerDriver {
// Notification that this password form was submitted by the user.
PasswordFormSubmitted(PasswordForm password_form);
+
+ // Notification that a user starts typing in password fields and the omnibox
+ // icon with anchored save/update prompt should be available.
+ ShowManualFallbackForSaving(PasswordForm password_form);
+
+ // Notification that there is no user input in password fields and the
+ // save/update prompt anchored to the omnibox icon should be removed.
+ HideManualFallbackForSaving();
// Notification that in-page navigation happened and at this moment we have
// filled password form. We use this as a signal for successful login.

Powered by Google App Engine
This is Rietveld 408576698