diff options
Diffstat (limited to 'chrome/browser/autofill/personal_data_manager.h')
-rw-r--r-- | chrome/browser/autofill/personal_data_manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/autofill/personal_data_manager.h b/chrome/browser/autofill/personal_data_manager.h index 194c1f7..26f5b6f 100644 --- a/chrome/browser/autofill/personal_data_manager.h +++ b/chrome/browser/autofill/personal_data_manager.h @@ -109,6 +109,10 @@ class PersonalDataManager // Removes the profile represented by |unique_id|. void RemoveProfile(int unique_id); + // Returns the profile with the specified |unique_id|, or NULL if there is no + // profile with the specified |unique_id|. + AutoFillProfile* GetProfileById(int unique_id); + // Adds |credit_card| to the web database. void AddCreditCard(const CreditCard& credit_card); |