Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: chrome/browser/ui/webui/options/autofill_options_handler.h

Issue 12328091: set a default country in the autofill dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove extra include Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698