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

Unified Diff: components/autofill/core/browser/autofill_profile.cc

Issue 1028163002: Processing USERNAME reply from Autofill server in Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed many reviewer comments Created 5 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/browser/autofill_profile.cc
diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc
index 79e6321e64b595a5399424158265447d131360fd..196910c39f2d00193239af11532e63258f3f84bc 100644
--- a/components/autofill/core/browser/autofill_profile.cc
+++ b/components/autofill/core/browser/autofill_profile.cc
@@ -1108,6 +1108,7 @@ FormGroup* AutofillProfile::MutableFormGroupForType(const AutofillType& type) {
case NO_GROUP:
case CREDIT_CARD:
case PASSWORD_FIELD:
+ case USERNAME_FIELD:
case TRANSACTION:
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698