diff options
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index af688e6..b704153 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -129,6 +129,9 @@ 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, |