summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card.h
diff options
context:
space:
mode:
authorgeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 00:32:08 +0000
committergeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 00:32:08 +0000
commite09cfd8679ef12b16e17a1d246a1057d24c6132c (patch)
tree4446b2550f43bf331f28e90d465ac1cc6275a710 /chrome/browser/autofill/credit_card.h
parente478d670823e9c72dc00bf39123c8b19606510de (diff)
downloadchromium_src-e09cfd8679ef12b16e17a1d246a1057d24c6132c.zip
chromium_src-e09cfd8679ef12b16e17a1d246a1057d24c6132c.tar.gz
chromium_src-e09cfd8679ef12b16e17a1d246a1057d24c6132c.tar.bz2
First revision of the AutoFill settings dialog.
What works: 1. Layout (for the most part) 2. Editing and saving the items What does not 1. Scroll 2. Delete/Add buttons 3. some layout quirks 4. collapsible editable sets. BUG=33026 TEST=none for now. Review URL: http://codereview.chromium.org/554081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/credit_card.h')
-rw-r--r--chrome/browser/autofill/credit_card.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
index 3962c40..7c9716e 100644
--- a/chrome/browser/autofill/credit_card.h
+++ b/chrome/browser/autofill/credit_card.h
@@ -16,6 +16,7 @@ class CreditCard : public FormGroup {
CreditCard(const string16& label, int unique_id);
// For use in STL containers.
CreditCard(const CreditCard& card);
+ CreditCard();
// FormGroup implementation:
FormGroup* Clone() const;