diff options
Diffstat (limited to 'webkit/glue/webview_delegate.h')
-rw-r--r-- | webkit/glue/webview_delegate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h index d2065c5..02a8a0c 100644 --- a/webkit/glue/webview_delegate.h +++ b/webkit/glue/webview_delegate.h @@ -455,12 +455,6 @@ class WebViewDelegate : virtual public WebWidgetDelegate { const AutofillForm& form) { } - virtual void EnableSuddenTermination() { - } - - virtual void DisableSuddenTermination() { - } - // Queries the browser for suggestions to be shown for the form text field // named |field_name|. |text| is the text entered by the user so far and // |node_id| is the id of the node of the input field. |