diff options
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index b704153..af688e6 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -129,9 +129,6 @@ class WebPlugin { bool notify, const char* url, void* notify_data, bool popups_allowed) = 0; - // Cancels document load. - virtual void CancelDocumentLoad() = 0; - // Initiates a HTTP range request. virtual void InitiateHTTPRangeRequest(const char* url, const char* range_info, |