From 7819eaf904308012c88078ca294018725a37c845 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Fri, 5 Dec 2008 21:48:25 +0000 Subject: 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 --- webkit/glue/webplugin_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/glue/webplugin_impl.h') 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); -- cgit v1.1