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

Unified Diff: ppapi/c/private/ppb_proxy_private.h

Issue 14371021: Implementation of URLLoader using PluginResource/ResourceHost. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase, track src/webkit gypi changes. Created 7 years, 7 months 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
« no previous file with comments | « ppapi/c/ppp_instance.h ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_proxy_private.h
diff --git a/ppapi/c/private/ppb_proxy_private.h b/ppapi/c/private/ppb_proxy_private.h
index eac3f572a031b1a76b5d2c430a28dbc845f0a3af..b185c2c4f70218cdbf346dde67bb9d99476f8af3 100644
--- a/ppapi/c/private/ppb_proxy_private.h
+++ b/ppapi/c/private/ppb_proxy_private.h
@@ -10,7 +10,7 @@
#include "ppapi/c/pp_module.h"
#include "ppapi/c/pp_resource.h"
-#define PPB_PROXY_PRIVATE_INTERFACE "PPB_Proxy_Private;5"
+#define PPB_PROXY_PRIVATE_INTERFACE "PPB_Proxy_Private;6"
// Exposes functions needed by the out-of-process proxy to call into the
// renderer PPAPI implementation.
@@ -34,11 +34,6 @@ struct PPB_Proxy_Private {
PP_Module module,
PP_Bool (*is_seen)(PP_Module, PP_Instance));
- // Returns the number of bytes synchronously readable out of the URLLoader's
- // buffer. Returns 0 on failure or if the url loader doesn't have any data
- // now.
- int32_t (*GetURLLoaderBufferedBytes)(PP_Resource url_loader);
-
// Allows adding additional refcounts to the PluginModule that owns the
// proxy dispatcher (and all interface proxies). For every AddRef call
// there must be a corresponding release call.
« no previous file with comments | « ppapi/c/ppp_instance.h ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698