| 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..2c33425ff72cf08c2d9e3c461015487caddb894b 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -134,6 +134,9 @@ class PersonalDataManager : public KeyedService,
|
| // auxiliary profiles. |web_profiles()| returns only web profiles.
|
| virtual const std::vector<AutofillProfile*>& GetProfiles() const;
|
| virtual const std::vector<AutofillProfile*>& web_profiles() const;
|
| + // Returns just LOCAL_CARD cards.
|
| + virtual const std::vector<CreditCard*>& GetLocalCreditCards() const;
|
| + // Returns all credit cards, server and local.
|
| virtual const std::vector<CreditCard*>& GetCreditCards() const;
|
|
|
| // Loads profiles that can suggest data for |type|. |field_contents| is the
|
|
|