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

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

Issue 2829853008: Stores server card as a full server card when upload to server succeeds. (Closed)
Patch Set: Renames AddServerCreditCard to AddFullServerCreditCard. Adds DCHECK to verify that we are in a tran… Created 3 years, 8 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 dfc35afca5f97c38e700bbb42d50e4148b2c395c..810af1b7dd7970d0d9ad3316303915e8c211361c 100644
--- a/components/autofill/core/browser/webdata/autofill_webdata_service.h
+++ b/components/autofill/core/browser/webdata/autofill_webdata_service.h
@@ -85,6 +85,7 @@ class AutofillWebDataService : public AutofillWebData,
void AddCreditCard(const CreditCard& credit_card) override;
void UpdateCreditCard(const CreditCard& credit_card) override;
void RemoveCreditCard(const std::string& guid) override;
+ void AddFullServerCreditCard(const CreditCard& credit_card) override;
WebDataServiceBase::Handle GetCreditCards(
WebDataServiceConsumer* consumer) override;

Powered by Google App Engine
This is Rietveld 408576698