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 eb573874b12119f4b77cedc840ea87a332b65541..9d34b71e94a1d57ede15cf75f6a01adfe324b389 100644 |
--- a/components/autofill/core/browser/webdata/autofill_webdata.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata.h |
@@ -94,6 +94,9 @@ class AutofillWebData { |
// |guid| is identifier of the credit card to remove. |
virtual void RemoveCreditCard(const std::string& guid) = 0; |
+ // Schedules a task to add a server credit card to the web database. |
+ virtual void AddServerCreditCard(const CreditCard& credit_card) = 0; |
+ |
// Initiates the request for local/server credit cards. The method |
// OnWebDataServiceRequestDone of |consumer| gets called when the request is |
// finished, with the credit cards included in the argument |result|. The |