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

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

Issue 1899893002: Card unmasking without form filling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use the credit card number field in metrics tests, because ios single-field form fill will not requ… Created 4 years, 8 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_external_delegate.cc
diff --git a/components/autofill/core/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc
index 25ff5850856a4911b40aa3e6e436c719ee79a073..eaa1fd547eacc9a2b63c08b7e86670686f58a3bb 100644
--- a/components/autofill/core/browser/autofill_external_delegate.cc
+++ b/components/autofill/core/browser/autofill_external_delegate.cc
@@ -249,7 +249,8 @@ void AutofillExternalDelegate::OnCreditCardScanned(
int expiration_year) {
manager_->FillCreditCardForm(
query_id_, query_form_, query_field_,
- CreditCard(card_number, expiration_month, expiration_year));
+ CreditCard(card_number, expiration_month, expiration_year),
+ base::string16());
}
void AutofillExternalDelegate::FillAutofillFormData(int unique_id,
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/autofill/core/browser/autofill_external_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698