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

Unified Diff: ppapi/proxy/ppb_tcp_socket_private_proxy.h

Issue 8775063: Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSocket_Private/PPB_UDP... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/ppb_tcp_socket_private_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_tcp_socket_private_proxy.h
===================================================================
--- ppapi/proxy/ppb_tcp_socket_private_proxy.h (revision 112751)
+++ ppapi/proxy/ppb_tcp_socket_private_proxy.h (working copy)
@@ -17,6 +17,13 @@
namespace ppapi {
namespace proxy {
+// The maximum number of bytes that each PpapiHostMsg_PPBTCPSocket_Read
+// message is allowed to request.
+PPAPI_PROXY_EXPORT extern const int32_t kTCPSocketMaxReadSize;
+// The maximum number of bytes that each PpapiHostMsg_PPBTCPSocket_Write
+// message is allowed to carry.
+PPAPI_PROXY_EXPORT extern const int32_t kTCPSocketMaxWriteSize;
+
class PPB_TCPSocket_Private_Proxy : public InterfaceProxy {
public:
PPB_TCPSocket_Private_Proxy(Dispatcher* dispatcher);
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/ppb_tcp_socket_private_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698