| Index: chrome/browser/autofill/autofill_profile.h
|
| diff --git a/chrome/browser/autofill/autofill_profile.h b/chrome/browser/autofill/autofill_profile.h
|
| index ed12b775a3705cf6c2a8697d87e5a8b528612456..17e8528560f8e6e49678f97e3e4a86eaa66ba2a7 100644
|
| --- a/chrome/browser/autofill/autofill_profile.h
|
| +++ b/chrome/browser/autofill/autofill_profile.h
|
| @@ -80,6 +80,10 @@ class AutoFillProfile : public FormGroup {
|
| 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&);
|
|
|
|
|