summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill_manager.h')
-rw-r--r--chrome/browser/autofill_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autofill_manager.h b/chrome/browser/autofill_manager.h
index b3f03f9..bac2167 100644
--- a/chrome/browser/autofill_manager.h
+++ b/chrome/browser/autofill_manager.h
@@ -38,6 +38,9 @@ class AutofillManager : public WebDataServiceConsumer {
int64 node_id,
int request_id);
+ // Removes the specified name/value pair from the database.
+ void RemoveValueForName(const std::wstring& name, const std::wstring& value);
+
// WebDataServiceConsumer implementation.
virtual void OnWebDataServiceRequestDone(WebDataService::Handle h,
const WDTypedResult* result);