summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/webdata/web_database.h')
-rw-r--r--chrome/browser/webdata/web_database.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h
index d8179b1..d3ece62 100644
--- a/chrome/browser/webdata/web_database.h
+++ b/chrome/browser/webdata/web_database.h
@@ -16,6 +16,7 @@
#include "webkit/glue/form_field.h"
class AutofillChange;
+class AutofillEntry;
class AutoFillProfile;
class CreditCard;
class FilePath;
@@ -233,6 +234,9 @@ class WebDatabase {
// Retrieves all profiles in the database. Caller owns the returned profiles.
bool GetCreditCards(std::vector<CreditCard*>* profiles);
+ // Retrieves all of the entries in the autofill table.
+ bool GetAllAutofillEntries(std::vector<AutofillEntry>* entries);
+
//////////////////////////////////////////////////////////////////////////////
//
// Web Apps