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

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

Issue 2109643003: Add billing address to masked server credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add version_66.sql to the build file. 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_service.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_service.h b/components/autofill/core/browser/webdata/autofill_webdata_service.h
index a59a35e7d653cc97071571e58b94ef2902527675..abca9770fee76c818923b49ebcbcf0b89190a1ba 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_service.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_service.h
@@ -99,6 +99,7 @@ class AutofillWebDataService : public AutofillWebData,
void UpdateServerCardUsageStats(const CreditCard& credit_card) override;
void UpdateServerAddressUsageStats(const AutofillProfile& profile) override;
+ void UpdateServerCardBillingAddress(const CreditCard& credit_card) override;
void RemoveAutofillDataModifiedBetween(const base::Time& delete_begin,
const base::Time& delete_end) override;

Powered by Google App Engine
This is Rietveld 408576698