| Index: webkit/glue/webview_delegate.h
|
| ===================================================================
|
| --- webkit/glue/webview_delegate.h (revision 11686)
|
| +++ webkit/glue/webview_delegate.h (working copy)
|
| @@ -487,6 +487,11 @@
|
| int64 node_id) {
|
| }
|
|
|
| + // Instructs the browser to remove the autofill entry specified from it DB.
|
| + virtual void RemoveStoredAutofillEntry(const std::wstring& name,
|
| + const std::wstring& value) {
|
| + }
|
| +
|
| // UIDelegate --------------------------------------------------------------
|
|
|
| // Asks the browser to show a modal HTML dialog. The dialog is passed the
|
|
|