| 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 9badefeb70ce60e0cb741316f8f41f94f2df5abd..7c1bc0b94851bc41286840eab0ef8a1e0a43b4c2 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
| @@ -140,6 +140,10 @@ class AutofillWebDataBackendImpl
|
| WebDatabase::State RemoveCreditCard(const std::string& guid,
|
| WebDatabase* db);
|
|
|
| + // Adds a full server credit card to the web database.
|
| + WebDatabase::State AddServerCreditCard(const CreditCard& credit_card,
|
| + WebDatabase* db);
|
| +
|
| // Returns a vector of local/server credit cards from the web database.
|
| std::unique_ptr<WDTypedResult> GetCreditCards(WebDatabase* db);
|
| std::unique_ptr<WDTypedResult> GetServerCreditCards(WebDatabase* db);
|
|
|