| Index: ppapi/proxy/ppb_url_loader_proxy.h
|
| diff --git a/ppapi/proxy/ppb_url_loader_proxy.h b/ppapi/proxy/ppb_url_loader_proxy.h
|
| index 7f2ec400c4d0851c791553438219a3ed8cbfc9ca..17825f102c83a05f6d02c5e84784a45d8a0b4b3b 100644
|
| --- a/ppapi/proxy/ppb_url_loader_proxy.h
|
| +++ b/ppapi/proxy/ppb_url_loader_proxy.h
|
| @@ -20,6 +20,9 @@ struct PPB_URLLoader;
|
| struct PPB_URLLoaderTrusted;
|
|
|
| namespace ppapi {
|
| +
|
| +struct PPB_URLRequestInfo_Data;
|
| +
|
| namespace proxy {
|
|
|
| struct PPBURLLoader_UpdateProgress_Params;
|
| @@ -62,7 +65,7 @@ class PPB_URLLoader_Proxy : public InterfaceProxy {
|
| void OnMsgCreate(PP_Instance instance,
|
| ppapi::HostResource* result);
|
| void OnMsgOpen(const ppapi::HostResource& loader,
|
| - const ppapi::HostResource& request_info,
|
| + const PPB_URLRequestInfo_Data& data,
|
| uint32_t serialized_callback);
|
| void OnMsgFollowRedirect(const ppapi::HostResource& loader,
|
| uint32_t serialized_callback);
|
|
|