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

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

Issue 2626843004: [Payments] Add billing_address_id and has_converted to autofill_table (Closed)
Patch Set: Created 3 years, 11 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_backend_impl.h
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
index a9e2d78e81df048b237303cb38bf45b4bedd6a1a..4ae57808362245426f208d93a3a3fc369e038816 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
@@ -152,18 +152,13 @@ class AutofillWebDataBackendImpl
WebDatabase::State MaskServerCreditCard(const std::string& id,
WebDatabase* db);
- WebDatabase::State UpdateServerCardUsageStats(
- const CreditCard& credit_card,
- WebDatabase* db);
+ WebDatabase::State UpdateServerCardMetadata(const CreditCard& credit_card,
+ WebDatabase* db);
- WebDatabase::State UpdateServerAddressUsageStats(
+ WebDatabase::State UpdateServerAddressMetadata(
const AutofillProfile& profile,
WebDatabase* db);
- WebDatabase::State UpdateServerCardBillingAddress(
- const CreditCard& card,
- WebDatabase* db);
-
WebDatabase::State ClearAllServerData(WebDatabase* db);
// Removes Autofill records from the database. Valid only for local

Powered by Google App Engine
This is Rietveld 408576698