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

Unified Diff: chrome/browser/autofill/form_group.h

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/fax_number.cc ('k') | chrome/browser/autofill/home_phone_number.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_group.h
diff --git a/chrome/browser/autofill/form_group.h b/chrome/browser/autofill/form_group.h
index de1229fe452af170eecfe0df00db9e85d4f3014e..e389ba3cc42bbe11d3e4fdde61d06cbf0c281575 100644
--- a/chrome/browser/autofill/form_group.h
+++ b/chrome/browser/autofill/form_group.h
@@ -20,9 +20,6 @@ class FormGroup {
public:
virtual ~FormGroup() {}
- // Returns a clone of this object.
- virtual FormGroup* Clone() const = 0;
-
// Used to determine the type of a field based on the text that a user enters
// into the field. The field types can then be reported back to the server.
// This method is additive on |possible_types|.
« no previous file with comments | « chrome/browser/autofill/fax_number.cc ('k') | chrome/browser/autofill/home_phone_number.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698