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

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata.h

Issue 2109643003: Add billing address to masked server credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete AutofillServerCardPreferences.java Created 4 years, 6 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/webdata/autofill_webdata.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata.h b/components/autofill/core/browser/webdata/autofill_webdata.h
index 06219a43732ad2a032a9615b831f2c1301d9fa0a..a9bfbf782669583a51a2f278682ed7a16286b385 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata.h
@@ -117,6 +117,10 @@ class AutofillWebData {
virtual void UpdateServerAddressUsageStats(const AutofillProfile& profile)
= 0;
+ // Updates the billing address for a server card (maksed or not).
Mathieu 2016/06/29 21:06:35 nit: masked
please use gerrit instead 2016/06/30 01:19:27 Done.
+ virtual void UpdateServerCardBillingAddress(const CreditCard& credit_card)
+ = 0;
+
// Removes Autofill records from the database.
virtual void RemoveAutofillDataModifiedBetween(
const base::Time& delete_begin, const base::Time& delete_end) = 0;

Powered by Google App Engine
This is Rietveld 408576698