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

Unified Diff: components/autofill/core/browser/payments/full_card_request.h

Issue 2163693002: [Merge M-53] Credit card editor for PaymentRequest UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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/payments/full_card_request.h
diff --git a/components/autofill/core/browser/payments/full_card_request.h b/components/autofill/core/browser/payments/full_card_request.h
index 5ffb16086dc826059dcc2390714f124d7a622a9f..7f0d2f34209e2b13eb8c4a44f6f7c57c72dae66c 100644
--- a/components/autofill/core/browser/payments/full_card_request.h
+++ b/components/autofill/core/browser/payments/full_card_request.h
@@ -43,6 +43,10 @@ class FullCardRequest : public CardUnmaskDelegate {
// Retrieves the pan and cvc for |card| and invokes
// Delegate::OnFullCardDetails() or Delegate::OnFullCardError(). Only one
// request should be active at a time.
+ //
+ // If the card is local, has a non-empty GUID, and the user has updated its
+ // expiration date, then this function will write the new information to
+ // autofill table on disk.
void GetFullCard(const CreditCard& card,
AutofillClient::UnmaskCardReason reason,
base::WeakPtr<Delegate> delegate);
« no previous file with comments | « chrome/test/data/android/payments/no_shipping.js ('k') | components/autofill/core/browser/payments/full_card_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698