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

Unified Diff: components/autofill/core/common/password_form_fill_data.h

Issue 2760353003: [Password Manager] Don't send |UsernameCorrection| in |PasswordFormFillData| to the renderer (Closed)
Patch Set: Removed commented code. Added bug number to the UsernamesCollection declaration Created 3 years, 9 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/core/common/password_form_fill_data.h
diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
index 6c9c8205fd2f9f1959fc9a93a9fd64ea3671a1c3..b7e8e27c0cd526533872a1ca44ecb55e56b5e753 100644
--- a/components/autofill/core/common/password_form_fill_data.h
+++ b/components/autofill/core/common/password_form_fill_data.h
@@ -63,6 +63,7 @@ struct PasswordFormFillData {
// that the original saved username is correct. This data is keyed by the
// saved username/password to ensure uniqueness, though the username is not
// used.
+ // TODO(crbug/188908). Remove |other_possible_usernames| or launch.
UsernamesCollection other_possible_usernames;
// Tells us whether we need to wait for the user to enter a valid username

Powered by Google App Engine
This is Rietveld 408576698