Index: chrome/browser/ui/webui/options/autofill_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h |
index b88639f837d7fc2a0d2a0319f3d75e26e26dcd8a..206dea9a50258549f168277b51fdfd6dc59ea36b 100644 |
--- a/chrome/browser/ui/webui/options/autofill_options_handler.h |
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.h |
@@ -9,6 +9,7 @@ |
#include "base/compiler_specific.h" |
#include "chrome/browser/autofill/personal_data_manager_observer.h" |
+#include "chrome/browser/ui/autofill/country_combobox_model.h" |
Ilya Sherman
2013/02/26 09:57:07
nit: Can this be moved into the implementation fil
Evan Stade
2013/02/26 19:01:40
Done.
|
#include "chrome/browser/ui/webui/options/options_ui.h" |
class PersonalDataManager; |
@@ -41,6 +42,9 @@ class AutofillOptionsHandler : public OptionsPageUIHandler, |
void SetAddressOverlayStrings(base::DictionaryValue* localized_strings); |
void SetCreditCardOverlayStrings(base::DictionaryValue* localized_strings); |
+ // Sets data related to the country <select>. |
+ void SetCountryData(base::DictionaryValue* localized_strings); |
Ilya Sherman
2013/02/26 09:57:07
nit: Can this remain tucked into the anonymous nam
Evan Stade
2013/02/26 19:01:40
Done.
|
+ |
// Loads Autofill addresses and credit cards using the PersonalDataManager. |
void LoadAutofillData(); |