| Index: chrome/browser/tab_contents/web_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents.cc (revision 11686)
|
| +++ chrome/browser/tab_contents/web_contents.cc (working copy)
|
| @@ -1142,6 +1142,11 @@
|
| kMaxAutofillMenuItems, node_id, request_id);
|
| }
|
|
|
| +void WebContents::RemoveAutofillEntry(const std::wstring& field_name,
|
| + const std::wstring& value) {
|
| + GetAutofillManager()->RemoveValueForName(field_name, value);
|
| +}
|
| +
|
| // Checks to see if we should generate a keyword based on the OSDD, and if
|
| // necessary uses TemplateURLFetcher to download the OSDD and create a keyword.
|
| void WebContents::PageHasOSDD(RenderViewHost* render_view_host,
|
|
|