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

Unified Diff: components/nacl/common/nacl_messages.h

Issue 1051243002: Non-SFI: move socketpair() from plugin process to browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: components/nacl/common/nacl_messages.h
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h
index 191d5b978088db776ed57258d774ff910f7f0e35..0d4c0245cef4ea01297fb91e07e0fe94684f74a9 100644
--- a/components/nacl/common/nacl_messages.h
+++ b/components/nacl/common/nacl_messages.h
@@ -28,6 +28,14 @@ IPC_STRUCT_TRAITS_BEGIN(nacl::NaClStartParams)
IPC_STRUCT_TRAITS_MEMBER(enable_mojo)
IPC_STRUCT_TRAITS_MEMBER(process_type)
IPC_STRUCT_TRAITS_MEMBER(crash_info_shmem_handle)
+ IPC_STRUCT_TRAITS_MEMBER(browser_server_ppapi_fd)
+ IPC_STRUCT_TRAITS_MEMBER(browser_client_ppapi_fd)
+ IPC_STRUCT_TRAITS_MEMBER(renderer_server_ppapi_fd)
+ IPC_STRUCT_TRAITS_MEMBER(renderer_client_ppapi_fd)
+ IPC_STRUCT_TRAITS_MEMBER(manifest_service_server_fd)
+ IPC_STRUCT_TRAITS_MEMBER(manifest_service_client_fd)
+ IPC_STRUCT_TRAITS_MEMBER(trusted_channel_server_fd)
+ IPC_STRUCT_TRAITS_MEMBER(trusted_channel_client_fd)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(nacl::NaClResourceFileInfo)

Powered by Google App Engine
This is Rietveld 408576698