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

Unified Diff: chrome/browser/autofill/credit_card.cc

Issue 6650014: Autofill extend profiles to include multi-valued fields, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 9 years, 9 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
« no previous file with comments | « chrome/browser/autofill/credit_card.h ('k') | chrome/browser/autofill/fax_number.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/credit_card.cc
diff --git a/chrome/browser/autofill/credit_card.cc b/chrome/browser/autofill/credit_card.cc
index 3954a99205cfd1b506675073cf7a2bd596fbefef..09f64a789cdbdf504504566fb87b432b0488f2d6 100644
--- a/chrome/browser/autofill/credit_card.cc
+++ b/chrome/browser/autofill/credit_card.cc
@@ -148,10 +148,6 @@ CreditCard::CreditCard(const CreditCard& credit_card) : FormGroup() {
CreditCard::~CreditCard() {}
-FormGroup* CreditCard::Clone() const {
- return new CreditCard(*this);
-}
-
void CreditCard::GetPossibleFieldTypes(const string16& text,
FieldTypeSet* possible_types) const {
if (IsNameOnCard(text))
« no previous file with comments | « chrome/browser/autofill/credit_card.h ('k') | chrome/browser/autofill/fax_number.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698