diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 21:48:25 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 21:48:25 +0000 |
commit | 7819eaf904308012c88078ca294018725a37c845 (patch) | |
tree | da6452165fdaa93fdba906b1b148d4505d889260 /webkit/glue/webplugin_impl.h | |
parent | 63c971414584ce3f5c54513b4755ec1d94f8fe9f (diff) | |
download | chromium_src-7819eaf904308012c88078ca294018725a37c845.zip chromium_src-7819eaf904308012c88078ca294018725a37c845.tar.gz chromium_src-7819eaf904308012c88078ca294018725a37c845.tar.bz2 |
Reverting r6396 the PDF fix to not cancel the manual data stream
load when the plugin calls NPN_RequestRead. I was looking at the wrong
stream implementation in Firefox :(
Bug=5009
TBR=jam
Review URL: http://codereview.chromium.org/13212
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin_impl.h')
-rw-r--r-- | webkit/glue/webplugin_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h index dcb2178..3cc60ed 100644 --- a/webkit/glue/webplugin_impl.h +++ b/webkit/glue/webplugin_impl.h @@ -270,6 +270,8 @@ class WebPluginImpl : public WebPlugin, bool notify, const char* url, void* notify_data, bool popups_allowed); + void CancelDocumentLoad(); + void InitiateHTTPRangeRequest(const char* url, const char* range_info, HANDLE existing_stream, bool notify_needed, HANDLE notify_data); |