| Index: chrome/browser/autofill/contact_info.h
|
| diff --git a/chrome/browser/autofill/contact_info.h b/chrome/browser/autofill/contact_info.h
|
| index a1325eaad628e7be39741bbbc0df58a692449c5e..a2aa6cbc89a7408e52076972b9b2e59be9ca515c 100644
|
| --- a/chrome/browser/autofill/contact_info.h
|
| +++ b/chrome/browser/autofill/contact_info.h
|
| @@ -21,6 +21,7 @@ class ContactInfo : public FormGroup {
|
| virtual FormGroup* Clone() const;
|
| virtual void GetPossibleFieldTypes(const string16& text,
|
| FieldTypeSet* possible_types) const;
|
| + virtual void GetAvailableFieldTypes(FieldTypeSet* available_types) const;
|
| virtual void FindInfoMatches(const AutoFillType& type,
|
| const string16& info,
|
| std::vector<string16>* matched_text) const;
|
|
|