Chromium Code Reviews| 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; |