diff options
Diffstat (limited to 'webkit/glue/webview_delegate.h')
-rw-r--r-- | webkit/glue/webview_delegate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h index c6e164c..27036db 100644 --- a/webkit/glue/webview_delegate.h +++ b/webkit/glue/webview_delegate.h @@ -188,10 +188,6 @@ class WebViewDelegate : virtual public WebWidgetDelegate { virtual void DocumentElementAvailable(WebFrame* webframe) { } - // Notifies the delegate that the webframe is about to be destroyed. - virtual void WillDestroyFrame(WebFrame* webframe) { - } - // PolicyDelegate ---------------------------------------------------------- // This method is called to notify the delegate, and let it modify a |