| Index: chrome/browser/autofill_manager.h
|
| ===================================================================
|
| --- chrome/browser/autofill_manager.h (revision 11686)
|
| +++ chrome/browser/autofill_manager.h (working copy)
|
| @@ -38,6 +38,9 @@
|
| 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);
|
|
|