| 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 d6106833c78df49e0822abac63acb71a94eca4f3..a597da4037ef1ebaf753449ec4a3c744c8267053 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -115,6 +115,9 @@ class PersonalDataManager : public KeyedService,
|
| // status can be changed.
|
| void UpdateServerCreditCard(const CreditCard& credit_card);
|
|
|
| + // Resets all unmasked cards to the masked state.
|
| + void ResetFullServerCards();
|
| +
|
| // Returns the credit card with the specified |guid|, or NULL if there is
|
| // no credit card with the specified |guid|.
|
| CreditCard* GetCreditCardByGUID(const std::string& guid);
|
|
|