Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: ppapi/proxy/ppp_instance_proxy.h

Issue 11416363: Implementation of URLLoader using PluginResource/ResourceHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..49ba7ba1a1918b28b8823f4b4c782efdea2a8cf0 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,8 @@ 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_;
};

Powered by Google App Engine
This is Rietveld 408576698