Index: content/renderer/pepper/url_response_info_util.h |
diff --git a/content/renderer/pepper/url_response_info_util.h b/content/renderer/pepper/url_response_info_util.h |
index 21eba4ce2693e64bab49e881d806de22ec5694e8..ee0c23839f71d57a27c97436de2e87fde2de1671 100644 |
--- a/content/renderer/pepper/url_response_info_util.h |
+++ b/content/renderer/pepper/url_response_info_util.h |
@@ -14,6 +14,7 @@ class WebURLResponse; |
} |
namespace content { |
+class RendererPpapiHostImpl; |
typedef base::Callback<void(const ppapi::URLResponseInfoData&)> |
DataFromWebURLResponseCallback; |
@@ -21,7 +22,8 @@ typedef base::Callback<void(const ppapi::URLResponseInfoData&)> |
// The returned object will have one plugin reference to the "body_as_file_ref" |
// if it's non-null. It's expected that the result of this function will be |
// passed to the plugin. |
-void DataFromWebURLResponse(PP_Instance pp_instance, |
+void DataFromWebURLResponse(RendererPpapiHostImpl* host_impl, |
+ PP_Instance pp_instance, |
const WebKit::WebURLResponse& response, |
const DataFromWebURLResponseCallback& callback); |