Index: components/autofill/core/browser/personal_data_manager.h |
diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h |
index f1fc9c17acad78e7807ea2449c2a1448bd5bef63..8bb142716677b7680b34301db7e937dcad2cab2f 100644 |
--- a/components/autofill/core/browser/personal_data_manager.h |
+++ b/components/autofill/core/browser/personal_data_manager.h |
@@ -121,7 +121,11 @@ class PersonalDataManager : public KeyedService, |
// status can be changed. |
void UpdateServerCreditCard(const CreditCard& credit_card); |
+ // Resets the card for |guid| to the masked state. |
+ void ResetFullServerCard(const std::string& guid); |
+ |
// Resets all unmasked cards to the masked state. |
+ // TODO(estade): remove this. |
void ResetFullServerCards(); |
// Returns the credit card with the specified |guid|, or NULL if there is |