Index: components/autofill/browser/webdata/autofill_webdata_backend.h |
diff --git a/components/autofill/browser/webdata/autofill_webdata_backend.h b/components/autofill/browser/webdata/autofill_webdata_backend.h |
index b1ab6d63b089552b6c7f2106f0384181589e0374..3ab841e64ccef2f559216b3096a88192d62b0c21 100644 |
--- a/components/autofill/browser/webdata/autofill_webdata_backend.h |
+++ b/components/autofill/browser/webdata/autofill_webdata_backend.h |
@@ -44,6 +44,9 @@ class AutofillWebDataBackend |
int limit, |
WebDatabase* db); |
+ // Returns true if there are any elements in the form. |
+ scoped_ptr<WDTypedResult> HasFormElements(WebDatabase* db); |
+ |
// Removes form elements recorded for Autocomplete from the database. |
WebDatabase::State RemoveFormElementsAddedBetween( |
const base::Time& delete_begin, |