Index: ppapi/proxy/ppp_instance_proxy.h |
diff --git a/ppapi/proxy/ppp_instance_proxy.h b/ppapi/proxy/ppp_instance_proxy.h |
index 1b599d086f565c8b8ed1b82df70a1c1840f65e92..85ae55cbddbecd4bfbf7ae0bb5ecdf2b6639b25f 100644 |
--- a/ppapi/proxy/ppp_instance_proxy.h |
+++ b/ppapi/proxy/ppp_instance_proxy.h |
@@ -20,6 +20,7 @@ struct PP_Rect; |
namespace ppapi { |
+struct URLResponseInfoData; |
struct ViewData; |
namespace proxy { |
@@ -50,8 +51,9 @@ class PPP_Instance_Proxy : public InterfaceProxy { |
PP_Bool flash_fullscreen); |
void OnPluginMsgDidChangeFocus(PP_Instance instance, PP_Bool has_focus); |
void OnPluginMsgHandleDocumentLoad(PP_Instance instance, |
- const HostResource& url_loader, |
- PP_Bool* result); |
+ int pending_loader_host_id, |
+ const URLResponseInfoData& data); |
+ |
scoped_ptr<PPP_Instance_Combined> combined_interface_; |
}; |