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

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

Issue 2249773002: Scan card holder name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/core/browser/autofill_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 37925fb140f09c843eeb1cfce9251ebab56a0847..0d9789c03e0bfafce61e87b6a2cf2cfa52b02c66 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -91,7 +91,8 @@ class AutofillExternalDelegate : public AutofillPopupDelegate {
FillCreditCardForm);
// Called when a credit card is scanned using device camera.
- void OnCreditCardScanned(const base::string16& card_number,
+ void OnCreditCardScanned(const base::string16& card_holder_name,
Evan Stade 2016/08/16 00:33:35 is there a reason this doesn't just take a CreditC
please use gerrit instead 2016/08/16 22:03:18 No reason. Changed to take a card.
Evan Stade 2016/08/17 06:30:57 nice
+ const base::string16& card_number,
int expiration_month,
int expiration_year);

Powered by Google App Engine
This is Rietveld 408576698