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

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

Issue 7980025: Ignore crowd-sourced fax number detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « no previous file | chrome/browser/autofill/autofill_field.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_field.h
diff --git a/chrome/browser/autofill/autofill_field.h b/chrome/browser/autofill/autofill_field.h
index 1d8bf4d5146d97a2546b827bf9d770ebba9533d1..92826f64f60022073c30773e4dcee5af38f1cd41 100644
--- a/chrome/browser/autofill/autofill_field.h
+++ b/chrome/browser/autofill/autofill_field.h
@@ -37,7 +37,7 @@ class AutofillField : public webkit_glue::FormField {
// Sets the heuristic type of this field, validating the input.
void set_section(const string16& section) { section_ = section; }
void set_heuristic_type(AutofillFieldType type);
- void set_server_type(AutofillFieldType type) { server_type_ = type; }
+ void set_server_type(AutofillFieldType type);
void set_possible_types(const FieldTypeSet& possible_types) {
possible_types_ = possible_types;
}
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698