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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h

Issue 9365016: Exposed Listen and Accept methods to Native Client. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync, deleted comments from SRPC file. Created 8 years, 10 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
Index: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
index 19ffd4f030e104da23fe216988c4611102ce28a3..d0bcaeee48658a435bd4acb229ef42d7710d50eb 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h
@@ -38,6 +38,7 @@
#include "ppapi/c/ppb_websocket.h"
#include "ppapi/c/private/ppb_net_address_private.h"
#include "ppapi/c/private/ppb_pdf.h"
+#include "ppapi/c/private/ppb_tcp_server_socket_private.h"
#include "ppapi/c/private/ppb_tcp_socket_private.h"
#include "ppapi/c/private/ppb_udp_socket_private.h"
#include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
@@ -123,6 +124,7 @@ const PPB_MouseLock* PPBMouseLockInterface();
const PPB_NetAddress_Private* PPBNetAddressPrivateInterface();
const PPB_PDF* PPBPDFInterface();
const PPB_Scrollbar_Dev* PPBScrollbarInterface();
+const PPB_TCPServerSocket_Private* PPBTCPServerSocketPrivateInterface();
const PPB_TCPSocket_Private* PPBTCPSocketPrivateInterface();
const PPB_Testing_Dev* PPBTestingInterface();
const PPB_UDPSocket_Private* PPBUDPSocketPrivateInterface();

Powered by Google App Engine
This is Rietveld 408576698