| Index: components/autofill/browser/webdata/autofill_webdata_service.h
|
| diff --git a/components/autofill/browser/webdata/autofill_webdata_service.h b/components/autofill/browser/webdata/autofill_webdata_service.h
|
| index 87b967ca94bb2283270198968fe60b21399cfbf4..2ca80ef953f37d4394b25bdcd072e8cf9c91d18d 100644
|
| --- a/components/autofill/browser/webdata/autofill_webdata_service.h
|
| +++ b/components/autofill/browser/webdata/autofill_webdata_service.h
|
| @@ -65,6 +65,9 @@ class AutofillWebDataService : public AutofillWebData,
|
| const base::string16& prefix,
|
| int limit,
|
| WebDataServiceConsumer* consumer) OVERRIDE;
|
| +
|
| + virtual WebDataServiceBase::Handle HasFormElements(
|
| + WebDataServiceConsumer* consumer) OVERRIDE;
|
| virtual void RemoveFormElementsAddedBetween(
|
| const base::Time& delete_begin, const base::Time& delete_end) OVERRIDE;
|
| virtual void RemoveExpiredFormElements() OVERRIDE;
|
|
|