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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_models.h

Issue 12328091: set a default country in the autofill dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ilya review 2 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/autofill/autofill_dialog_models.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_models.h b/chrome/browser/ui/autofill/autofill_dialog_models.h
index a710e6364a054b1f3e51bb30a8c81ec518889a95..33cd33e1f2f1fdf7e88080d2e284aaef436e4914 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_models.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_models.h
@@ -103,23 +103,6 @@ class YearComboboxModel : public ui::ComboboxModel {
DISALLOW_COPY_AND_ASSIGN(YearComboboxModel);
};
-// A model for countries.
-class CountryComboboxModel : public ui::ComboboxModel {
- public:
- CountryComboboxModel();
- virtual ~CountryComboboxModel();
-
- // ui::Combobox implementation:
- virtual int GetItemCount() const OVERRIDE;
- virtual string16 GetItemAt(int index) OVERRIDE;
-
- private:
- // The list of all countries.
- std::vector<std::string> country_codes_;
-
- DISALLOW_COPY_AND_ASSIGN(CountryComboboxModel);
-};
-
} // autofill
#endif // CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_DIALOG_MODELS_H_
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.h ('k') | chrome/browser/ui/autofill/autofill_dialog_models.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698