diff options
Diffstat (limited to 'components/autofill/browser/webdata/autofill_webdata_backend_impl.h')
-rw-r--r-- | components/autofill/browser/webdata/autofill_webdata_backend_impl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/autofill/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/browser/webdata/autofill_webdata_backend_impl.h index 525adcb..c8d3823a 100644 --- a/components/autofill/browser/webdata/autofill_webdata_backend_impl.h +++ b/components/autofill/browser/webdata/autofill_webdata_backend_impl.h @@ -118,6 +118,13 @@ class AutofillWebDataBackendImpl const base::Time& delete_end, WebDatabase* db); + // Removes origin URLs associated with Autofill profiles and credit cards from + // the database. + WebDatabase::State RemoveOriginURLsModifiedBetween( + const base::Time& delete_begin, + const base::Time& delete_end, + WebDatabase* db); + protected: virtual ~AutofillWebDataBackendImpl(); |