| Index: chrome/browser/autofill/autofill_profile.h
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_profile.h (revision 54215)
|
| +++ chrome/browser/autofill/autofill_profile.h (working copy)
|
| @@ -80,6 +80,10 @@
|
| std::vector<string16>* created_labels,
|
| size_t minimal_fields_shown,
|
| AutoFillFieldType exclude_field);
|
| +
|
| + // Returns true if there are no values (field types) set.
|
| + bool IsEmpty() const;
|
| +
|
| // For use in STL containers.
|
| void operator=(const AutoFillProfile&);
|
|
|
|
|