| Index: chrome/browser/ui/webui/options2/autofill_options_handler2.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options2/autofill_options_handler2.h (revision 132519)
|
| +++ chrome/browser/ui/webui/options2/autofill_options_handler2.h (working copy)
|
| @@ -82,6 +82,9 @@
|
| // array of numbers, and the country code string set on the profile.
|
| void ValidatePhoneNumbers(const base::ListValue* args);
|
|
|
| + // Returns true if |personal_data_| is non-null and loaded.
|
| + bool IsPersonalDataLoaded() const;
|
| +
|
| // The personal data manager, used to load Autofill profiles and credit cards.
|
| // Unowned pointer, may not be NULL.
|
| PersonalDataManager* personal_data_;
|
|
|