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

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

Issue 2703673002: [Merge-57] Add billing_address_id and has_converted to autofill_table (Closed)
Patch Set: Created 3 years, 10 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..9badefeb70ce60e0cb741316f8f41f94f2df5abd 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
@@ -152,17 +152,11 @@ class AutofillWebDataBackendImpl
WebDatabase::State MaskServerCreditCard(const std::string& id,
WebDatabase* db);
- WebDatabase::State UpdateServerCardUsageStats(
- const CreditCard& credit_card,
- WebDatabase* db);
-
- WebDatabase::State UpdateServerAddressUsageStats(
- const AutofillProfile& profile,
- WebDatabase* db);
+ WebDatabase::State UpdateServerCardMetadata(const CreditCard& credit_card,
+ WebDatabase* db);
- WebDatabase::State UpdateServerCardBillingAddress(
- const CreditCard& card,
- WebDatabase* db);
+ WebDatabase::State UpdateServerAddressMetadata(const AutofillProfile& profile,
+ WebDatabase* db);
WebDatabase::State ClearAllServerData(WebDatabase* db);

Powered by Google App Engine
This is Rietveld 408576698