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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 10916040: Add TCP and UDP proxies to NaCl IPC IRT build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/proxy/plugin_main_nacl.cc ('k') | ppapi/proxy/ppapi_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_messages.h
===================================================================
--- ppapi/proxy/ppapi_messages.h (revision 154244)
+++ ppapi/proxy/ppapi_messages.h (working copy)
@@ -254,7 +254,7 @@
IPC_STRUCT_TRAITS_MEMBER(size)
IPC_STRUCT_TRAITS_END()
-#endif // !defined(OS_NACL)
+#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
// These are from the browser to the plugin.
// Loads the given plugin.
@@ -627,6 +627,7 @@
uint32 /* plugin_dispatcher_id */,
PP_Resource /* resource */,
int32_t /* result */)
+#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_TCPSocket_Private.
IPC_MESSAGE_ROUTED5(PpapiMsg_PPBTCPSocket_ConnectACK,
@@ -669,10 +670,12 @@
bool /* succeeded */,
int32_t /* bytes_written */)
+#if !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_URLLoader_Trusted
IPC_MESSAGE_ROUTED1(
PpapiMsg_PPBURLLoader_UpdateProgress,
ppapi::proxy::PPBURLLoader_UpdateProgress_Params /* params */)
+#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_TCPServerSocket_Private.
@@ -704,6 +707,7 @@
std::string /* canonical_name */,
ppapi::NetAddressList /* net_address_list */)
+#if !defined(OS_NACL) && !defined(NACL_WIN64)
// PPP_Instance_Private.
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPInstancePrivate_GetInstanceObject,
PP_Instance /* instance */,
@@ -1217,6 +1221,7 @@
uint32 /* plugin_dispatcher_id */)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBNetworkMonitor_Stop,
uint32 /* plugin_dispatcher_id */)
+#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_HostResolver_Private.
IPC_MESSAGE_CONTROL5(PpapiHostMsg_PPBHostResolver_Resolve,
@@ -1226,6 +1231,7 @@
ppapi::HostPortPair /* host_port */,
PP_HostResolver_Private_Hint /* hint */)
+#if !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_PDF
IPC_SYNC_MESSAGE_ROUTED3_1(
PpapiHostMsg_PPBPDF_GetFontFileWithFallback,
@@ -1245,6 +1251,7 @@
PpapiHostMsg_PPBTalk_GetPermission,
uint32 /* plugin_dispatcher_id */,
PP_Resource /* resource */)
+#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_Testing.
IPC_SYNC_MESSAGE_ROUTED3_1(
@@ -1260,6 +1267,7 @@
PP_Instance /* instance */,
ppapi::InputEventData /* input_event */)
+#if !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_VideoCapture_Dev.
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBVideoCapture_Create,
PP_Instance /* instance */,
@@ -1414,6 +1422,7 @@
int32_t /* result */)
IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlashMessageLoop_Quit,
ppapi::HostResource /* flash_message_loop */)
+#endif // !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_TCPSocket_Private.
IPC_SYNC_MESSAGE_CONTROL2_1(PpapiHostMsg_PPBTCPSocket_Create,
@@ -1482,6 +1491,7 @@
bool /* succeeded */,
ppapi::PPB_X509Certificate_Fields /* result */)
+#if !defined(OS_NACL) && !defined(NACL_WIN64)
// PPB_Font.
IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies,
std::string /* result */)
« no previous file with comments | « ppapi/proxy/plugin_main_nacl.cc ('k') | ppapi/proxy/ppapi_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698