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

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

Issue 2937033002: [Password Generation] Send a boolean flag of whether user changed generated password (Closed)
Patch Set: Created 3 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/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 01e878a246e7f32d6a70f6fa9780a260b9f9fe60..149f1cc10409ba2336ec6af811eb69cb5ea8fecb 100644
--- a/components/autofill/content/common/autofill_driver.mojom
+++ b/components/autofill/content/common/autofill_driver.mojom
@@ -97,7 +97,8 @@ interface PasswordManagerDriver {
ShowNotSecureWarning(mojo.common.mojom.TextDirection text_direction,
gfx.mojom.RectF bounds);
- // Instructs the browser to presave the form with generated password.
+ // Instructs the browser to presave the form with generated password. Also
+ // notifies whether the password was modified by user.
PresaveGeneratedPassword(PasswordForm password_form);
// Instructs the browser that form no longer contains a generated password and

Powered by Google App Engine
This is Rietveld 408576698