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

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

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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/form_field.h ('k') | chrome/browser/autofill/home_address.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_field.cc
diff --git a/chrome/browser/autofill/form_field.cc b/chrome/browser/autofill/form_field.cc
index 95b1e55e2f905951082515557b764bfb6f352974..6bf3e24e9a87234aac81d9614caefcf46e56999a 100644
--- a/chrome/browser/autofill/form_field.cc
+++ b/chrome/browser/autofill/form_field.cc
@@ -105,6 +105,10 @@ class EmailField : public FormField {
AutoFillField* field_;
};
+FormFieldType FormField::GetFormFieldType() const {
+ return kOtherFieldType;
+}
+
// static
bool FormField::Match(AutoFillField* field,
const string16& pattern,
« no previous file with comments | « chrome/browser/autofill/form_field.h ('k') | chrome/browser/autofill/home_address.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698